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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserPrincipal(String name, org.eclipse.jetty.util.security.Credential credential)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanauthenticate(Object credentials)booleanauthenticate(org.eclipse.jetty.util.security.Credential c)StringgetName()StringtoString()
-