Package org.eclipse.jetty.security
Class JDBCLoginService.JDBCUserPrincipal
- java.lang.Object
-
- org.eclipse.jetty.security.AbstractLoginService.UserPrincipal
-
- org.eclipse.jetty.security.JDBCLoginService.JDBCUserPrincipal
-
- All Implemented Interfaces:
java.io.Serializable
,java.security.Principal
- Enclosing class:
- JDBCLoginService
@Deprecated(since="2021-05-27") public class JDBCLoginService.JDBCUserPrincipal extends AbstractLoginService.UserPrincipal
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.JDBCKnownUser- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JDBCUserPrincipal(java.lang.String name, Credential credential, int key)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
getUserKey()
Deprecated.-
Methods inherited from class org.eclipse.jetty.security.AbstractLoginService.UserPrincipal
authenticate, authenticate, getName, toString
-
-
-
-
Constructor Detail
-
JDBCUserPrincipal
public JDBCUserPrincipal(java.lang.String name, Credential credential, int key)
Deprecated.
-
-