Package org.eclipse.jetty.security
Jetty Security : Modular Support for Security in Jetty
-
Interface Summary Interface Description Authenticator Authenticator InterfaceAuthenticator.AuthConfiguration Authenticator ConfigurationAuthenticator.Factory Authenticator FactoryConstraintAware IdentityService Associates UserIdentities from with threads and UserIdentity.Contexts.LoginService Login Service Interface.PropertyUserStore.UserListener RunAsToken marker interface for run-as-role tokens -
Class Summary Class Description AbstractLoginService AbstractLoginServiceAbstractLoginService.RolePrincipal RolePrincipalAbstractLoginService.UserPrincipal UserPrincipalAbstractUserAuthentication AbstractUserAuthentication Base class for representing an authenticated user.ConfigurableSpnegoLoginService A configurable (as opposed to using system properties) SPNEGO LoginService.ConstraintMapping ConstraintSecurityHandler ConstraintSecurityHandlerDefaultAuthenticatorFactory The Default Authenticator Factory.DefaultIdentityService Default Identity Service implementation.DefaultUserIdentity The default implementation of UserIdentity.HashLoginService Properties User Realm.JDBCLoginService HashMapped User Realm with JDBC as data source.LoggedOutAuthentication 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)PropertyUserStore This class monitors a property file of the format mentioned below and notifies registered listeners of the changes to the the given file.RoleInfo 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.RoleRunAsToken SecurityHandler Abstract SecurityHandler.SpnegoLoginService Deprecated. useConfigurableSpnegoLoginService
insteadSpnegoUserIdentity SpnegoUserPrincipal UserAuthentication UserStore Base class to store User -
Enum Summary Enum Description UserDataConstraint -
Exception Summary Exception Description ServerAuthException