Package org.eclipse.jetty.security
Class SpnegoUserIdentity
java.lang.Object
org.eclipse.jetty.security.SpnegoUserIdentity
- All Implemented Interfaces:
UserIdentity
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.server.UserIdentity
UserIdentity.Scope, UserIdentity.UnauthenticatedUserIdentity -
Field Summary
Fields inherited from interface org.eclipse.jetty.server.UserIdentity
UNAUTHENTICATED_IDENTITY -
Constructor Summary
ConstructorsConstructorDescriptionSpnegoUserIdentity(Subject subject, Principal principal, UserIdentity roleDelegate) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanisUserInRole(String role, UserIdentity.Scope scope)
-
Constructor Details
-
SpnegoUserIdentity
-
-
Method Details
-
getSubject
- Specified by:
getSubjectin interfaceUserIdentity
-
getUserPrincipal
- Specified by:
getUserPrincipalin interfaceUserIdentity
-
isUserInRole
- Specified by:
isUserInRolein interfaceUserIdentity
-
isEstablished
public boolean isEstablished()
-