Package org.eclipse.jetty.security
package org.eclipse.jetty.security
Jetty Security : Modular Support for Security in Jetty
-
ClassDescriptionAbstractLoginServiceRolePrincipalUserPrincipalAbstractUserAuthentication Base class for representing an authenticated user.Authenticator InterfaceAuthenticator ConfigurationAuthenticator FactoryA configurable (as opposed to using system properties) SPNEGO LoginService.ConstraintSecurityHandlerThe Default Authenticator Factory.Default Identity Service implementation.The default implementation of UserIdentity.Properties User Realm.Associates UserIdentities from with threads and UserIdentity.Contexts.HashMapped User Realm with JDBC as data source.LoggedOutAuthentication An Authentication indicating that a user has been previously, but is not currently logged in, but may be capable of logging in after a call to Request.login(String,String)Login Service Interface.This class monitors a property file of the format mentioned below and notifies registered listeners of the changes to the the given file.RoleInfo Badly named class that holds the role and user data constraint info for a path/http method combination, extracted and combined from security constraints.marker interface for run-as-role tokensAbstract SecurityHandler.Deprecated.Base class to store User
ConfigurableSpnegoLoginService
instead