Class SecurityRoleRef


  • public class SecurityRoleRef
    extends java.lang.Object
    Author:
    Stuart Douglas
    • Constructor Summary

      Constructors 
      Constructor Description
      SecurityRoleRef​(java.lang.String role, java.lang.String linkedRole)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLinkedRole()  
      java.lang.String getRole()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SecurityRoleRef

        public SecurityRoleRef​(java.lang.String role,
                               java.lang.String linkedRole)
    • Method Detail

      • getRole

        public java.lang.String getRole()
      • getLinkedRole

        public java.lang.String getLinkedRole()