Package org.eclipse.jetty.jaas
Class JAASPrincipal
- java.lang.Object
-
- org.eclipse.jetty.jaas.JAASPrincipal
-
- All Implemented Interfaces:
Serializable,Principal
- Direct Known Subclasses:
JAASRole
public class JAASPrincipal extends Object implements Principal, Serializable
JAASPrincipalImpl class of Principal interface.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JAASPrincipal(String userName)
-