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
ConstructorDescriptionSpnegoUserIdentity
(Subject subject, Principal principal, UserIdentity roleDelegate) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
isUserInRole
(String role, UserIdentity.Scope scope) Check if the user is in a role.
-
Constructor Details
-
SpnegoUserIdentity
-
-
Method Details
-
getSubject
- Specified by:
getSubject
in interfaceUserIdentity
- Returns:
- The user subject
-
getUserPrincipal
- Specified by:
getUserPrincipal
in interfaceUserIdentity
- Returns:
- The user principal
-
isUserInRole
Description copied from interface:UserIdentity
Check if the user is in a role. This call is used to satisfy authorization calls from container code which will be using translated role names.- Specified by:
isUserInRole
in interfaceUserIdentity
- Parameters:
role
- A role name.scope
- the scope- Returns:
- True if the user can act in that role.
-
isEstablished
public boolean isEstablished()
-