Package org.eclipse.jetty.jaas
Class JAASUserPrincipal
java.lang.Object
org.eclipse.jetty.jaas.JAASUserPrincipal
- All Implemented Interfaces:
Principal
JAASUserPrincipal
Implements the JAAS version of the org.eclipse.jetty.http.UserPrincipal interface.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final LoginContext
private final String
private final Subject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) LoginContext
getName()
Get the name identifying the userProvide access to the SubjecttoString()
-
Field Details
-
_name
-
_subject
-
_loginContext
-
-
Constructor Details
-
JAASUserPrincipal
-
-
Method Details