Class AbstractLoginService.RolePrincipal

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

    @Deprecated(since="2021-05-27")
    public static class AbstractLoginService.RolePrincipal
    extends java.lang.Object
    implements java.security.Principal, java.io.Serializable
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
    RolePrincipal
    See Also:
    Serialized Form
    • Constructor Summary

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

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

        equals, 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)
        Deprecated.
    • Method Detail

      • getName

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