Package org.eclipse.jetty.security
package org.eclipse.jetty.security
Jetty Security : Modular Support for Security in Jetty
-
ClassDescriptionAbstractLoginService Base class for LoginServices that allows subclasses to provide the user authentication and authorization information, but provides common behaviour such as handling authentication.AbstractUserAuthentication 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.LoginService implementation which always denies any attempt to login.An implementation of a LoginService that stores users and roles in-memory in HashMaps.Associates UserIdentities from with threads and UserIdentity.Contexts.JDBC as a source of user authentication and authorization information.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.RolePrincipal Represents a role.marker interface for run-as-role tokensAbstract SecurityHandler.UserPrincipal Represents a user with a credential.Store of user authentication and authorization information.A wrapper for
Authenticator.AuthConfiguration
.