Class AbstractLoginService.UserPrincipal

java.lang.Object
org.eclipse.jetty.security.AbstractLoginService.UserPrincipal
All Implemented Interfaces:
Serializable, Principal
Direct Known Subclasses:
JDBCLoginService.JDBCUserPrincipal
Enclosing class:
AbstractLoginService

@Deprecated(since="2021-05-27") public static class AbstractLoginService.UserPrincipal extends Object implements Principal, Serializable
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
UserPrincipal
See Also:
  • Constructor Details

    • UserPrincipal

      public UserPrincipal(String name, Credential credential)
      Deprecated.
  • Method Details