Class LLUserPrincipal
java.lang.Object
org.eclipse.jetty.security.UserPrincipal
com.io7m.looseleaf.server.internal.auth.LLUserPrincipal
- All Implemented Interfaces:
Serializable, Principal
public final class LLUserPrincipal
extends org.eclipse.jetty.security.UserPrincipal
A user principal containing information from the looseleaf security context.
- See Also:
-
Field Summary
Fields inherited from class org.eclipse.jetty.security.UserPrincipal
_credential -
Constructor Summary
ConstructorsConstructorDescriptionLLUserPrincipal(String inName, LLUser inUser, LLPasswordAsCredential inCredential) A user principal containing information from the looseleaf security context. -
Method Summary
Methods inherited from class org.eclipse.jetty.security.UserPrincipal
authenticate, authenticate, authenticate, configureSubject, deconfigureSubject, getName, toString
-
Constructor Details
-
LLUserPrincipal
A user principal containing information from the looseleaf security context.- Parameters:
inName- The user nameinUser- The userinCredential- The password
-
-
Method Details
-
user
- Returns:
- The looseleaf user
-