Package org.eclipse.jetty.security
Class AbstractLoginService.RolePrincipal
- java.lang.Object
-
- org.eclipse.jetty.security.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.
-