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
@Deprecated(since="2021-05-27") public static class AbstractLoginService.UserPrincipal extends Object implements Principal, Serializable
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.UserPrincipal- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserPrincipal(String name, Credential credential)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanauthenticate(Object credentials)Deprecated.booleanauthenticate(Credential c)Deprecated.StringgetName()Deprecated.StringtoString()Deprecated.
-
-
-
Constructor Detail
-
UserPrincipal
public UserPrincipal(String name, Credential credential)
Deprecated.
-
-
Method Detail
-
authenticate
public boolean authenticate(Object credentials)
Deprecated.
-
authenticate
public boolean authenticate(Credential c)
Deprecated.
-
-