Class AbstractLoginService.RolePrincipal

  • All Implemented Interfaces:
    java.io.Serializable, java.security.Principal
    Enclosing class:
    AbstractLoginService

    public static class AbstractLoginService.RolePrincipal
    extends java.lang.Object
    implements java.security.Principal, java.io.Serializable
    RolePrincipal
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RolePrincipal​(java.lang.String name)  
    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.security.Principal

        equals, hashCode, implies, toString
    • Constructor Detail

      • RolePrincipal

        public RolePrincipal​(java.lang.String name)
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface java.security.Principal