Class DefaultIdentityService

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

public class DefaultIdentityService extends Object implements IdentityService
The default IdentityService, which creates and uses DefaultUserIdentitys. The associate(UserIdentity, RunAsToken) method ignores the user, but will associate the IdentityService.RunAsToken with the current thread until IdentityService.Association.close() is called.