Class DefaultIdentityService

java.lang.Object
org.eclipse.jetty.security.DefaultIdentityService
All Implemented Interfaces:
IdentityService

public class DefaultIdentityService extends Object implements IdentityService
Default Identity Service implementation. This service handles only role reference maps passed in an associated UserIdentity.Scope. If there are roles refs present, then associate will wrap the UserIdentity with one that uses the role references in the UserIdentity.isUserInRole(String, org.eclipse.jetty.server.UserIdentity.Scope) implementation. All other operations are effectively noops.