Package org.eclipse.jetty.jaas
Class JAASUserPrincipal
- java.lang.Object
-
- org.eclipse.jetty.jaas.JAASUserPrincipal
-
-
Constructor Summary
Constructors Constructor Description JAASUserPrincipal(String name, Subject subject, LoginContext loginContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Get the name identifying the userSubjectgetSubject()Provide access to the SubjectStringtoString()
-
-
-
Constructor Detail
-
JAASUserPrincipal
public JAASUserPrincipal(String name, Subject subject, LoginContext loginContext)
-
-