Package org.eclipse.jetty.security
Class AbstractLoginService.UserPrincipal
java.lang.Object
org.eclipse.jetty.security.AbstractLoginService.UserPrincipal
- All Implemented Interfaces:
Serializable,Principal
- Direct Known Subclasses:
JDBCLoginService.JDBCUserPrincipal
- Enclosing class:
- AbstractLoginService
public static class AbstractLoginService.UserPrincipal
extends Object
implements Principal, Serializable
UserPrincipal
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserPrincipal(String name, org.eclipse.jetty.util.security.Credential credential) -
Method Summary
Modifier and TypeMethodDescriptionbooleanauthenticate(Object credentials) booleanauthenticate(org.eclipse.jetty.util.security.Credential c) getName()toString()