A B C D F G H I J L N O P R S T U V _ 
All Classes All Packages

A

AbstractLoginService - Class in org.eclipse.jetty.security
AbstractLoginService
AbstractLoginService() - Constructor for class org.eclipse.jetty.security.AbstractLoginService
 
AbstractLoginService.RolePrincipal - Class in org.eclipse.jetty.security
RolePrincipal
AbstractLoginService.UserPrincipal - Class in org.eclipse.jetty.security
UserPrincipal
AbstractUserAuthentication - Class in org.eclipse.jetty.security
AbstractUserAuthentication Base class for representing an authenticated user.
AbstractUserAuthentication(String, UserIdentity) - Constructor for class org.eclipse.jetty.security.AbstractUserAuthentication
 
addConstraintMapping(ConstraintMapping) - Method in interface org.eclipse.jetty.security.ConstraintAware
Add a Constraint Mapping.
addConstraintMapping(ConstraintMapping) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
addDateHeader(String, long) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator.FormResponse
 
addHeader(String, String) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator.FormResponse
 
addRole(String) - Method in interface org.eclipse.jetty.security.ConstraintAware
Add a Role definition.
addRole(String) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
addRole(String) - Method in class org.eclipse.jetty.security.RoleInfo
 
addUser(String, Credential, String[]) - Method in class org.eclipse.jetty.security.UserStore
 
associate(UserIdentity) - Method in class org.eclipse.jetty.security.DefaultIdentityService
If there are roles refs present in the scope, then wrap the UserIdentity with one that uses the role references in the UserIdentity.isUserInRole(String, org.eclipse.jetty.server.UserIdentity.Scope)
associate(UserIdentity) - Method in interface org.eclipse.jetty.security.IdentityService
Associate a user identity with the current thread.
authenticate(Object) - Method in class org.eclipse.jetty.security.AbstractLoginService.UserPrincipal
 
authenticate(ServletRequest) - Method in class org.eclipse.jetty.security.authentication.DeferredAuthentication
 
authenticate(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.security.authentication.DeferredAuthentication
 
authenticate(Credential) - Method in class org.eclipse.jetty.security.AbstractLoginService.UserPrincipal
 
Authenticator - Interface in org.eclipse.jetty.security
Authenticator Interface
Authenticator.AuthConfiguration - Interface in org.eclipse.jetty.security
Authenticator Configuration
Authenticator.Factory - Interface in org.eclipse.jetty.security
Authenticator Factory
AuthorizationService - Interface in org.eclipse.jetty.security.authentication
A service to query for user roles.

B

BasicAuthenticator - Class in org.eclipse.jetty.security.authentication
 
BasicAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.BasicAuthenticator
 

C

checkPathsWithUncoveredHttpMethods() - Method in interface org.eclipse.jetty.security.ConstraintAware
See Servlet Spec 31, sec 13.8.4, pg 145 Container must check if there are urls with uncovered http methods
checkPathsWithUncoveredHttpMethods() - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Servlet spec 3.1 pg.
checkSecurity(Request) - Method in class org.eclipse.jetty.security.SecurityHandler
 
checkUserDataPermissions(String, Request, Response, RoleInfo) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
checkUserDataPermissions(String, Request, Response, RoleInfo) - Method in class org.eclipse.jetty.security.SecurityHandler
 
checkWebResourcePermissions(String, Request, Response, Object, UserIdentity) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
checkWebResourcePermissions(String, Request, Response, Object, UserIdentity) - Method in class org.eclipse.jetty.security.SecurityHandler
 
clearPassword() - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
 
clearPassword() - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
ClientCertAuthenticator - Class in org.eclipse.jetty.security.authentication
 
ClientCertAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
combine(RoleInfo) - Method in class org.eclipse.jetty.security.RoleInfo
 
combine(UserDataConstraint) - Method in enum org.eclipse.jetty.security.UserDataConstraint
 
Confidential - org.eclipse.jetty.security.UserDataConstraint
 
ConfigurableSpnegoAuthenticator - Class in org.eclipse.jetty.security.authentication
A LoginAuthenticator that uses SPNEGO and the GSS API to authenticate requests.
ConfigurableSpnegoAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.ConfigurableSpnegoAuthenticator
 
ConfigurableSpnegoAuthenticator(String) - Constructor for class org.eclipse.jetty.security.authentication.ConfigurableSpnegoAuthenticator
Allow for a custom authMethod value to be set for instances where SPNEGO may not be appropriate
ConfigurableSpnegoLoginService - Class in org.eclipse.jetty.security
A configurable (as opposed to using system properties) SPNEGO LoginService.
ConfigurableSpnegoLoginService(String, AuthorizationService) - Constructor for class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
configureRoleInfo(RoleInfo, ConstraintMapping) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Initialize or update the RoleInfo from the constraint
connectDatabase() - Method in class org.eclipse.jetty.security.JDBCLoginService
(re)Connect to database with parameters setup by loadConfig()
ConstraintAware - Interface in org.eclipse.jetty.security
 
ConstraintMapping - Class in org.eclipse.jetty.security
 
ConstraintMapping() - Constructor for class org.eclipse.jetty.security.ConstraintMapping
 
ConstraintSecurityHandler - Class in org.eclipse.jetty.security
ConstraintSecurityHandler
ConstraintSecurityHandler() - Constructor for class org.eclipse.jetty.security.ConstraintSecurityHandler
 
createConstraint() - Static method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
createConstraint(String, boolean, String[], int) - Static method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Create a security constraint
createConstraint(String, String[], ServletSecurity.EmptyRoleSemantic, ServletSecurity.TransportGuarantee) - Static method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Create Constraint
createConstraint(String, HttpConstraintElement) - Static method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Create a Constraint
createConstraint(Constraint) - Static method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
createConstraintsWithMappingsForPath(String, String, ServletSecurityElement) - Static method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Generate Constraints and ContraintMappings for the given url pattern and ServletSecurityElement

D

declaredRolesContains(String) - Method in class org.eclipse.jetty.security.AbstractUserAuthentication
 
DefaultAuthenticatorFactory - Class in org.eclipse.jetty.security
The Default Authenticator Factory.
DefaultAuthenticatorFactory() - Constructor for class org.eclipse.jetty.security.DefaultAuthenticatorFactory
 
DefaultIdentityService - Class in org.eclipse.jetty.security
Default Identity Service implementation.
DefaultIdentityService() - Constructor for class org.eclipse.jetty.security.DefaultIdentityService
 
DefaultUserIdentity - Class in org.eclipse.jetty.security
The default implementation of UserIdentity.
DefaultUserIdentity(Subject, Principal, String[]) - Constructor for class org.eclipse.jetty.security.DefaultUserIdentity
 
DeferredAuthentication - Class in org.eclipse.jetty.security.authentication
 
DeferredAuthentication(LoginAuthenticator) - Constructor for class org.eclipse.jetty.security.authentication.DeferredAuthentication
 
DigestAuthenticator - Class in org.eclipse.jetty.security.authentication
The nonce max age in ms can be set with the SecurityHandler.setInitParameter(String, String) using the name "maxNonceAge".
DigestAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
disassociate(Object) - Method in class org.eclipse.jetty.security.DefaultIdentityService
 
disassociate(Object) - Method in interface org.eclipse.jetty.security.IdentityService
Disassociate the user identity from the current thread and restore previous identity.
doStart() - Method in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
doStart() - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
doStart() - Method in class org.eclipse.jetty.security.HashLoginService
 
doStart() - Method in class org.eclipse.jetty.security.JDBCLoginService
 
doStart() - Method in class org.eclipse.jetty.security.PropertyUserStore
Depending on the value of the refresh interval, this method will either start up a scanner thread that will monitor the properties file for changes after it has initially loaded it.
doStart() - Method in class org.eclipse.jetty.security.SecurityHandler
 
doStart() - Method in class org.eclipse.jetty.security.SpnegoLoginService
Deprecated.
 
doStop() - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
doStop() - Method in class org.eclipse.jetty.security.HashLoginService
 
doStop() - Method in class org.eclipse.jetty.security.JDBCLoginService
 
doStop() - Method in class org.eclipse.jetty.security.PropertyUserStore
 
doStop() - Method in class org.eclipse.jetty.security.SecurityHandler
 
dump(Appendable, String) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 

F

findIdentityService() - Method in class org.eclipse.jetty.security.SecurityHandler
 
findLoginService() - Method in class org.eclipse.jetty.security.SecurityHandler
 
FormAuthentication(String, UserIdentity) - Constructor for class org.eclipse.jetty.security.authentication.FormAuthenticator.FormAuthentication
 
FormAuthenticator - Class in org.eclipse.jetty.security.authentication
FORM Authenticator.
FormAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.FormAuthenticator
 
FormAuthenticator(String, String, boolean) - Constructor for class org.eclipse.jetty.security.authentication.FormAuthenticator
 
FormAuthenticator.FormAuthentication - Class in org.eclipse.jetty.security.authentication
This Authentication represents a just completed Form authentication.
FormAuthenticator.FormRequest - Class in org.eclipse.jetty.security.authentication
 
FormAuthenticator.FormResponse - Class in org.eclipse.jetty.security.authentication
 
FormRequest(HttpServletRequest) - Constructor for class org.eclipse.jetty.security.authentication.FormAuthenticator.FormRequest
 
FormResponse(HttpServletResponse) - Constructor for class org.eclipse.jetty.security.authentication.FormAuthenticator.FormResponse
 
from(LoginService, Object) - Static method in interface org.eclipse.jetty.security.authentication.AuthorizationService
Wraps a LoginService as an AuthorizationService

G

get(int) - Static method in enum org.eclipse.jetty.security.UserDataConstraint
 
getAlwaysSaveUri() - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
getAuthenticationDuration() - Method in class org.eclipse.jetty.security.authentication.ConfigurableSpnegoAuthenticator
 
getAuthenticator() - Method in class org.eclipse.jetty.security.SecurityHandler
 
getAuthenticator(Server, ServletContext, Authenticator.AuthConfiguration, IdentityService, LoginService) - Method in interface org.eclipse.jetty.security.Authenticator.Factory
 
getAuthenticator(Server, ServletContext, Authenticator.AuthConfiguration, IdentityService, LoginService) - Method in class org.eclipse.jetty.security.DefaultAuthenticatorFactory
 
getAuthenticatorFactory() - Method in class org.eclipse.jetty.security.SecurityHandler
 
getAuthMethod() - Method in class org.eclipse.jetty.security.AbstractUserAuthentication
 
getAuthMethod() - Method in class org.eclipse.jetty.security.authentication.BasicAuthenticator
 
getAuthMethod() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
getAuthMethod() - Method in class org.eclipse.jetty.security.authentication.ConfigurableSpnegoAuthenticator
 
getAuthMethod() - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
getAuthMethod() - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
getAuthMethod() - Method in class org.eclipse.jetty.security.authentication.SpnegoAuthenticator
Deprecated.
 
getAuthMethod() - Method in interface org.eclipse.jetty.security.Authenticator.AuthConfiguration
 
getAuthMethod() - Method in interface org.eclipse.jetty.security.Authenticator
 
getAuthMethod() - Method in class org.eclipse.jetty.security.SecurityHandler
 
getConfig() - Method in class org.eclipse.jetty.security.HashLoginService
 
getConfig() - Method in class org.eclipse.jetty.security.JDBCLoginService
 
getConfig() - Method in class org.eclipse.jetty.security.PropertyUserStore
Get the config (as a string)
getConfig() - Method in class org.eclipse.jetty.security.SpnegoLoginService
Deprecated.
 
getConfigPath() - Method in class org.eclipse.jetty.security.PropertyUserStore
Get the Config Path reference.
getConfigResource() - Method in class org.eclipse.jetty.security.HashLoginService
Deprecated.
getConfigResource() - Method in class org.eclipse.jetty.security.PropertyUserStore
 
getConstraint() - Method in class org.eclipse.jetty.security.ConstraintMapping
 
getConstraintMappings() - Method in interface org.eclipse.jetty.security.ConstraintAware
 
getConstraintMappings() - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
getConstraintMappingsForPath(String, List<ConstraintMapping>) - Static method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
getCredential() - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
 
getCredential() - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
getCrlPath() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Get the crlPath.
getCurrentSecurityHandler() - Static method in class org.eclipse.jetty.security.SecurityHandler
 
getDateHeader(String) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator.FormRequest
 
getEncodedToken() - Method in class org.eclipse.jetty.security.SpnegoUserPrincipal
 
getHeader(String) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator.FormRequest
 
getHeaderNames() - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator.FormRequest
 
getHeaders(String) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator.FormRequest
 
getHostName() - Method in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
getIdentityService() - Method in class org.eclipse.jetty.security.AbstractLoginService
 
getIdentityService() - Method in interface org.eclipse.jetty.security.Authenticator.AuthConfiguration
 
getIdentityService() - Method in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
getIdentityService() - Method in interface org.eclipse.jetty.security.LoginService
Get the IdentityService associated with this Login Service.
getIdentityService() - Method in class org.eclipse.jetty.security.SecurityHandler
Get the identityService.
getIdentityService() - Method in class org.eclipse.jetty.security.SpnegoLoginService
Deprecated.
 
getIdentityService() - Method in class org.eclipse.jetty.security.UserStore
 
getInitParameter(String) - Method in interface org.eclipse.jetty.security.Authenticator.AuthConfiguration
Get a SecurityHandler init parameter
getInitParameter(String) - Method in class org.eclipse.jetty.security.SecurityHandler
 
getInitParameterNames() - Method in interface org.eclipse.jetty.security.Authenticator.AuthConfiguration
Get a SecurityHandler init parameter names
getInitParameterNames() - Method in class org.eclipse.jetty.security.SecurityHandler
 
getKeyStore(InputStream, String, String, String, String) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Deprecated.
getKeyStore(String, String, String, String) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Loads keystore using an input stream or a file path in the same order of precedence.
getKeyTabPath() - Method in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
getKnownAuthenticatorFactories() - Method in class org.eclipse.jetty.security.SecurityHandler
 
getKnownUserIdentities() - Method in class org.eclipse.jetty.security.UserStore
 
getLoginService() - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator
 
getLoginService() - Method in interface org.eclipse.jetty.security.Authenticator.AuthConfiguration
 
getLoginService() - Method in class org.eclipse.jetty.security.DefaultAuthenticatorFactory
 
getLoginService() - Method in class org.eclipse.jetty.security.SecurityHandler
Get the loginService.
getMaxCertPathLength() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
getMaxNonceAge() - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
getMaxNonceCount() - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
getMethod() - Method in class org.eclipse.jetty.security.ConstraintMapping
 
getMethodOmissions() - Method in class org.eclipse.jetty.security.ConstraintMapping
 
getName() - Method in class org.eclipse.jetty.security.AbstractLoginService
 
getName() - Method in class org.eclipse.jetty.security.AbstractLoginService.RolePrincipal
 
getName() - Method in class org.eclipse.jetty.security.AbstractLoginService.UserPrincipal
 
getName() - Method in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
getName() - Method in interface org.eclipse.jetty.security.LoginService
 
getName() - Method in class org.eclipse.jetty.security.SecurityHandler.NotChecked
 
getName() - Method in class org.eclipse.jetty.security.SpnegoLoginService
Deprecated.
 
getName() - Method in class org.eclipse.jetty.security.SpnegoUserPrincipal
 
getOcspResponderURL() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
getOmittedMethods(String) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Given a string of the form <method>.<method>.omission split out the individual method names.
getPathSpec() - Method in class org.eclipse.jetty.security.ConstraintMapping
 
getPathsWithUncoveredHttpMethods() - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Servlet spec 3.1 pg.
getPreviousAssociation() - Method in class org.eclipse.jetty.security.authentication.DeferredAuthentication
 
getRealmName() - Method in interface org.eclipse.jetty.security.Authenticator.AuthConfiguration
 
getRealmName() - Method in class org.eclipse.jetty.security.SecurityHandler
 
getRoles() - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
 
getRoles() - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
getRoles() - Method in interface org.eclipse.jetty.security.ConstraintAware
 
getRoles() - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
getRoles() - Method in class org.eclipse.jetty.security.RoleInfo
 
getRunAsRole() - Method in class org.eclipse.jetty.security.RoleRunAsToken
 
getSecurityHandler() - Method in class org.eclipse.jetty.security.SecurityHandler.NotChecked
 
getServiceName() - Method in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
getSubject() - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
 
getSubject() - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
getSubject() - Method in class org.eclipse.jetty.security.DefaultUserIdentity
 
getSubject() - Method in class org.eclipse.jetty.security.SpnegoUserIdentity
 
getSystemUserIdentity() - Method in class org.eclipse.jetty.security.DefaultIdentityService
 
getSystemUserIdentity() - Method in interface org.eclipse.jetty.security.IdentityService
 
getToken() - Method in class org.eclipse.jetty.security.SpnegoUserPrincipal
 
getTrustStore() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
getTrustStoreProvider() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
getTrustStoreType() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
getUserDataConstraint() - Method in class org.eclipse.jetty.security.RoleInfo
 
getUserIdentity() - Method in class org.eclipse.jetty.security.AbstractUserAuthentication
 
getUserIdentity() - Method in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
getUserIdentity(String) - Method in class org.eclipse.jetty.security.UserStore
 
getUserIdentity(HttpServletRequest, String) - Method in interface org.eclipse.jetty.security.authentication.AuthorizationService
 
getUserKey() - Method in class org.eclipse.jetty.security.JDBCLoginService.JDBCUserPrincipal
 
getUserName() - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
 
getUserName() - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
getUserPrincipal() - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
 
getUserPrincipal() - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
getUserPrincipal() - Method in class org.eclipse.jetty.security.DefaultUserIdentity
 
getUserPrincipal() - Method in class org.eclipse.jetty.security.SpnegoUserIdentity
 

H

handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.security.SecurityHandler
 
HashLoginService - Class in org.eclipse.jetty.security
Properties User Realm.
HashLoginService() - Constructor for class org.eclipse.jetty.security.HashLoginService
 
HashLoginService(String) - Constructor for class org.eclipse.jetty.security.HashLoginService
 
HashLoginService(String, String) - Constructor for class org.eclipse.jetty.security.HashLoginService
 

I

IdentityService - Interface in org.eclipse.jetty.security
Associates UserIdentities from with threads and UserIdentity.Contexts.
Integral - org.eclipse.jetty.security.UserDataConstraint
 
isAnyAuth() - Method in class org.eclipse.jetty.security.RoleInfo
 
isAnyRole() - Method in class org.eclipse.jetty.security.RoleInfo
 
isAuthMandatory(Request, Response, Object) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
isAuthMandatory(Request, Response, Object) - Method in class org.eclipse.jetty.security.SecurityHandler
 
isChecked() - Method in class org.eclipse.jetty.security.RoleInfo
 
isCheckWelcomeFiles() - Method in class org.eclipse.jetty.security.SecurityHandler
 
isDeferred(HttpServletResponse) - Static method in class org.eclipse.jetty.security.authentication.DeferredAuthentication
 
isDenyUncoveredHttpMethods() - Method in interface org.eclipse.jetty.security.ConstraintAware
 
isDenyUncoveredHttpMethods() - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
isEnableCRLDP() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
isEnableOCSP() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
isEstablished() - Method in class org.eclipse.jetty.security.SpnegoUserIdentity
 
isForbidden() - Method in class org.eclipse.jetty.security.RoleInfo
 
isFullValidate() - Method in class org.eclipse.jetty.security.AbstractLoginService
 
isHotReload() - Method in class org.eclipse.jetty.security.HashLoginService
Is hot reload enabled on this user store
isHotReload() - Method in class org.eclipse.jetty.security.PropertyUserStore
Is hot reload enabled on this user store
isJSecurityCheck(String) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
isLoginOrErrorPage(String) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
isSessionRenewedOnAuthentication() - Method in interface org.eclipse.jetty.security.Authenticator.AuthConfiguration
 
isSessionRenewedOnAuthentication() - Method in class org.eclipse.jetty.security.SecurityHandler
 
isSuccess() - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
 
isSuccess() - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
isUserInRole(String, UserIdentity.Scope) - Method in class org.eclipse.jetty.security.DefaultUserIdentity
 
isUserInRole(String, UserIdentity.Scope) - Method in class org.eclipse.jetty.security.SpnegoUserIdentity
 
isUserInRole(UserIdentity.Scope, String) - Method in class org.eclipse.jetty.security.AbstractUserAuthentication
 
isValidateCerts() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 

J

JDBCLoginService - Class in org.eclipse.jetty.security
HashMapped User Realm with JDBC as data source.
JDBCLoginService() - Constructor for class org.eclipse.jetty.security.JDBCLoginService
 
JDBCLoginService(String) - Constructor for class org.eclipse.jetty.security.JDBCLoginService
 
JDBCLoginService(String, String) - Constructor for class org.eclipse.jetty.security.JDBCLoginService
 
JDBCLoginService(String, IdentityService, String) - Constructor for class org.eclipse.jetty.security.JDBCLoginService
 
JDBCLoginService.JDBCUserPrincipal - Class in org.eclipse.jetty.security
JDBCKnownUser
JDBCUserPrincipal(String, Credential, int) - Constructor for class org.eclipse.jetty.security.JDBCLoginService.JDBCUserPrincipal
 

L

loadCRL(String) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Loads certificate revocation list (CRL) from a file.
loadRoleInfo(AbstractLoginService.UserPrincipal) - Method in class org.eclipse.jetty.security.AbstractLoginService
 
loadRoleInfo(AbstractLoginService.UserPrincipal) - Method in class org.eclipse.jetty.security.HashLoginService
 
loadRoleInfo(AbstractLoginService.UserPrincipal) - Method in class org.eclipse.jetty.security.JDBCLoginService
 
loadUserInfo(String) - Method in class org.eclipse.jetty.security.AbstractLoginService
 
loadUserInfo(String) - Method in class org.eclipse.jetty.security.HashLoginService
 
loadUserInfo(String) - Method in class org.eclipse.jetty.security.JDBCLoginService
 
loadUsers() - Method in class org.eclipse.jetty.security.PropertyUserStore
 
LoggedOutAuthentication - Class in org.eclipse.jetty.security
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)
LoggedOutAuthentication(LoginAuthenticator) - Constructor for class org.eclipse.jetty.security.LoggedOutAuthentication
 
login(String, Object, ServletRequest) - Method in class org.eclipse.jetty.security.AbstractLoginService
 
login(String, Object, ServletRequest) - Method in class org.eclipse.jetty.security.authentication.ConfigurableSpnegoAuthenticator
Only renew the session id if the user has been fully authenticated, don't renew the session for any of the intermediate request/response handshakes.
login(String, Object, ServletRequest) - Method in class org.eclipse.jetty.security.authentication.DeferredAuthentication
 
login(String, Object, ServletRequest) - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
login(String, Object, ServletRequest) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
login(String, Object, ServletRequest) - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator
If the UserIdentity is not null after this method calls LoginService.login(String, Object, ServletRequest), it is assumed that the user is fully authenticated and we need to change the session id to prevent session fixation vulnerability.
login(String, Object, ServletRequest) - Method in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
login(String, Object, ServletRequest) - Method in class org.eclipse.jetty.security.LoggedOutAuthentication
 
login(String, Object, ServletRequest) - Method in interface org.eclipse.jetty.security.LoginService
Login a user.
login(String, Object, ServletRequest) - Method in class org.eclipse.jetty.security.SpnegoLoginService
Deprecated.
username will be null since the credentials will contain all the relevant info
LoginAuthenticator - Class in org.eclipse.jetty.security.authentication
 
LoginAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.LoginAuthenticator
 
LoginCallback - Interface in org.eclipse.jetty.security.authentication
This is similar to the jaspi PasswordValidationCallback but includes user principal and group info as well.
LoginCallbackImpl - Class in org.eclipse.jetty.security.authentication
This is similar to the jaspi PasswordValidationCallback but includes user principal and group info as well.
LoginCallbackImpl(Subject, String, Object) - Constructor for class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
LoginService - Interface in org.eclipse.jetty.security
Login Service Interface.
logout() - Method in class org.eclipse.jetty.security.authentication.SessionAuthentication
Deprecated.
logout() - Method in class org.eclipse.jetty.security.UserAuthentication
Deprecated.
logout(ServletRequest) - Method in class org.eclipse.jetty.security.AbstractUserAuthentication
 
logout(ServletRequest) - Method in class org.eclipse.jetty.security.authentication.DeferredAuthentication
 
logout(ServletRequest) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
logout(ServletRequest) - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator
 
logout(Authentication.User) - Method in class org.eclipse.jetty.security.SecurityHandler
 
logout(UserIdentity) - Method in class org.eclipse.jetty.security.AbstractLoginService
 
logout(UserIdentity) - Method in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
logout(UserIdentity) - Method in interface org.eclipse.jetty.security.LoginService
 
logout(UserIdentity) - Method in class org.eclipse.jetty.security.SpnegoLoginService
Deprecated.
 

N

newNonce(Request) - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
newRunAsToken(String) - Method in class org.eclipse.jetty.security.DefaultIdentityService
 
newRunAsToken(String) - Method in interface org.eclipse.jetty.security.IdentityService
Create a new RunAsToken from a runAsName (normally a role).
newUserIdentity(Subject, Principal, String[]) - Method in class org.eclipse.jetty.security.DefaultIdentityService
 
newUserIdentity(Subject, Principal, String[]) - Method in interface org.eclipse.jetty.security.IdentityService
Create a new UserIdentity for use with this identity service.
NO_ROLES - Static variable in interface org.eclipse.jetty.security.IdentityService
 
None - org.eclipse.jetty.security.UserDataConstraint
 
NotChecked() - Constructor for class org.eclipse.jetty.security.SecurityHandler.NotChecked
 

O

omissionsExist(String, Map<String, RoleInfo>) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Check if any http method omissions exist in the list of method to auth info mappings.
onPathWatchEvent(PathWatcher.PathWatchEvent) - Method in class org.eclipse.jetty.security.PropertyUserStore
 
org.eclipse.jetty.security - package org.eclipse.jetty.security
Jetty Security : Modular Support for Security in Jetty
org.eclipse.jetty.security.authentication - package org.eclipse.jetty.security.authentication
Jetty Security : Authenticators and Callbacks

P

prepareConstraintInfo(String, Request) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Find constraints that apply to the given path.
prepareConstraintInfo(String, Request) - Method in class org.eclipse.jetty.security.SecurityHandler
 
prepareRequest(ServletRequest) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
prepareRequest(ServletRequest) - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator
 
prepareRequest(ServletRequest) - Method in interface org.eclipse.jetty.security.Authenticator
Called prior to validateRequest.
processConstraintMapping(ConstraintMapping) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Create and combine the constraint with the existing processed constraints.
processConstraintMappingWithMethodOmissions(ConstraintMapping, Map<String, RoleInfo>) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Constraints that name method omissions are dealt with differently.
PropertyUserStore - Class in org.eclipse.jetty.security
This class monitors a property file of the format mentioned below and notifies registered listeners of the changes to the the given file.
PropertyUserStore() - Constructor for class org.eclipse.jetty.security.PropertyUserStore
 
PropertyUserStore.UserListener - Interface in org.eclipse.jetty.security
 

R

registerUserListener(PropertyUserStore.UserListener) - Method in class org.eclipse.jetty.security.PropertyUserStore
Registers a listener to be notified of the contents of the property file
remove(String) - Method in interface org.eclipse.jetty.security.PropertyUserStore.UserListener
 
removeConstraintMappingsForPath(String, List<ConstraintMapping>) - Static method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Take out of the constraint mappings those that match the given path.
removeUser(String) - Method in class org.eclipse.jetty.security.UserStore
 
renewSession(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator
Change the session id.
RoleInfo - Class in org.eclipse.jetty.security
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.
RoleInfo() - Constructor for class org.eclipse.jetty.security.RoleInfo
 
RolePrincipal(String) - Constructor for class org.eclipse.jetty.security.AbstractLoginService.RolePrincipal
 
RoleRunAsToken - Class in org.eclipse.jetty.security
 
RoleRunAsToken(String) - Constructor for class org.eclipse.jetty.security.RoleRunAsToken
 
RunAsToken - Interface in org.eclipse.jetty.security
marker interface for run-as-role tokens

S

secureResponse(ServletRequest, ServletResponse, boolean, Authentication.User) - Method in class org.eclipse.jetty.security.authentication.BasicAuthenticator
 
secureResponse(ServletRequest, ServletResponse, boolean, Authentication.User) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
secureResponse(ServletRequest, ServletResponse, boolean, Authentication.User) - Method in class org.eclipse.jetty.security.authentication.ConfigurableSpnegoAuthenticator
 
secureResponse(ServletRequest, ServletResponse, boolean, Authentication.User) - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
secureResponse(ServletRequest, ServletResponse, boolean, Authentication.User) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
secureResponse(ServletRequest, ServletResponse, boolean, Authentication.User) - Method in class org.eclipse.jetty.security.authentication.SpnegoAuthenticator
Deprecated.
 
secureResponse(ServletRequest, ServletResponse, boolean, Authentication.User) - Method in interface org.eclipse.jetty.security.Authenticator
is response secure
SecurityHandler - Class in org.eclipse.jetty.security
Abstract SecurityHandler.
SecurityHandler() - Constructor for class org.eclipse.jetty.security.SecurityHandler
 
SecurityHandler.NotChecked - Class in org.eclipse.jetty.security
 
ServerAuthException - Exception in org.eclipse.jetty.security
 
ServerAuthException() - Constructor for exception org.eclipse.jetty.security.ServerAuthException
 
ServerAuthException(String) - Constructor for exception org.eclipse.jetty.security.ServerAuthException
 
ServerAuthException(String, Throwable) - Constructor for exception org.eclipse.jetty.security.ServerAuthException
 
ServerAuthException(Throwable) - Constructor for exception org.eclipse.jetty.security.ServerAuthException
 
SessionAuthentication - Class in org.eclipse.jetty.security.authentication
SessionAuthentication When a user has been successfully authenticated with some types of Authenticator, the Authenticator stashes a SessionAuthentication into an HttpSession to remember that the user is authenticated.
SessionAuthentication(String, UserIdentity, Object) - Constructor for class org.eclipse.jetty.security.authentication.SessionAuthentication
 
sessionDidActivate(HttpSessionEvent) - Method in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
sessionWillPassivate(HttpSessionEvent) - Method in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
setAlwaysSaveUri(boolean) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
If true, uris that cause a redirect to a login page will always be remembered.
setAnyAuth(boolean) - Method in class org.eclipse.jetty.security.RoleInfo
 
setAnyRole(boolean) - Method in class org.eclipse.jetty.security.RoleInfo
 
setAuthenticationDuration(Duration) - Method in class org.eclipse.jetty.security.authentication.ConfigurableSpnegoAuthenticator
Sets the duration of the authentication.
setAuthenticator(Authenticator) - Method in class org.eclipse.jetty.security.SecurityHandler
Set the authenticator.
setAuthenticatorFactory(Authenticator.Factory) - Method in class org.eclipse.jetty.security.SecurityHandler
 
setAuthMethod(String) - Method in class org.eclipse.jetty.security.SecurityHandler
 
setChecked(boolean) - Method in class org.eclipse.jetty.security.RoleInfo
 
setCheckWelcomeFiles(boolean) - Method in class org.eclipse.jetty.security.SecurityHandler
 
setConfig(String) - Method in class org.eclipse.jetty.security.HashLoginService
Load realm users from properties file.
setConfig(String) - Method in class org.eclipse.jetty.security.JDBCLoginService
Load JDBC connection configuration from properties file.
setConfig(String) - Method in class org.eclipse.jetty.security.PropertyUserStore
Set the Config Path from a String reference to a file
setConfig(String) - Method in class org.eclipse.jetty.security.SpnegoLoginService
Deprecated.
 
setConfigFile(File) - Method in class org.eclipse.jetty.security.PropertyUserStore
Set the Config Path from a File reference
setConfigPath(File) - Method in class org.eclipse.jetty.security.PropertyUserStore
Deprecated.
setConfigPath(String) - Method in class org.eclipse.jetty.security.PropertyUserStore
Deprecated.
setConfigPath(Path) - Method in class org.eclipse.jetty.security.PropertyUserStore
Set the Config Path
setConfiguration(Authenticator.AuthConfiguration) - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
setConfiguration(Authenticator.AuthConfiguration) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
setConfiguration(Authenticator.AuthConfiguration) - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator
 
setConfiguration(Authenticator.AuthConfiguration) - Method in interface org.eclipse.jetty.security.Authenticator
Configure the Authenticator
setConstraint(Constraint) - Method in class org.eclipse.jetty.security.ConstraintMapping
 
setConstraintMappings(List<ConstraintMapping>) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Process the constraints following the combining rules in Servlet 3.0 EA spec section 13.7.1 Note that much of the logic is in the RoleInfo class.
setConstraintMappings(List<ConstraintMapping>, Set<String>) - Method in interface org.eclipse.jetty.security.ConstraintAware
Set Constraint Mappings and roles.
setConstraintMappings(List<ConstraintMapping>, Set<String>) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Process the constraints following the combining rules in Servlet 3.0 EA spec section 13.7.1 Note that much of the logic is in the RoleInfo class.
setConstraintMappings(ConstraintMapping[]) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Process the constraints following the combining rules in Servlet 3.0 EA spec section 13.7.1 Note that much of the logic is in the RoleInfo class.
setCrlPath(String) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Set the crlPath.
setDateHeader(String, long) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator.FormResponse
 
setDenyUncoveredHttpMethods(boolean) - Method in interface org.eclipse.jetty.security.ConstraintAware
See Servlet Spec 31, sec 13.8.4, pg 145 When true, requests with http methods not explicitly covered either by inclusion or omissions in constraints, will have access denied.
setDenyUncoveredHttpMethods(boolean) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
setEnableCRLDP(boolean) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Enables CRL Distribution Points Support
setEnableOCSP(boolean) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Enables On-Line Certificate Status Protocol support
setForbidden(boolean) - Method in class org.eclipse.jetty.security.RoleInfo
 
setFullValidate(boolean) - Method in class org.eclipse.jetty.security.AbstractLoginService
 
setHeader(String, String) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator.FormResponse
 
setHostName(String) - Method in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
setHotReload(boolean) - Method in class org.eclipse.jetty.security.HashLoginService
Enable Hot Reload of the Property File
setHotReload(boolean) - Method in class org.eclipse.jetty.security.PropertyUserStore
Enable Hot Reload of the Property File
setIdentityService(IdentityService) - Method in class org.eclipse.jetty.security.AbstractLoginService
Set the identityService.
setIdentityService(IdentityService) - Method in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
setIdentityService(IdentityService) - Method in interface org.eclipse.jetty.security.LoginService
Set the IdentityService associated with this Login Service.
setIdentityService(IdentityService) - Method in class org.eclipse.jetty.security.SecurityHandler
Set the identityService.
setIdentityService(IdentityService) - Method in class org.eclipse.jetty.security.SpnegoLoginService
Deprecated.
 
setInitParameter(String, String) - Method in class org.eclipse.jetty.security.SecurityHandler
Set an initialization parameter.
setKeyTabPath(Path) - Method in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
setLoginService(LoginService) - Method in class org.eclipse.jetty.security.DefaultAuthenticatorFactory
 
setLoginService(LoginService) - Method in class org.eclipse.jetty.security.SecurityHandler
Set the loginService.
setMaxCertPathLength(int) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
setMaxNonceAge(long) - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
setMaxNonceCount(int) - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
setMethod(String) - Method in class org.eclipse.jetty.security.ConstraintMapping
 
setMethodOmissions(String[]) - Method in class org.eclipse.jetty.security.ConstraintMapping
 
setName(String) - Method in class org.eclipse.jetty.security.AbstractLoginService
Set the name.
setName(String) - Method in class org.eclipse.jetty.security.SpnegoLoginService
Deprecated.
 
setOcspResponderURL(String) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Set the location of the OCSP Responder.
setPathSpec(String) - Method in class org.eclipse.jetty.security.ConstraintMapping
 
setRealmName(String) - Method in class org.eclipse.jetty.security.SecurityHandler
 
setRoles(String[]) - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
 
setRoles(String[]) - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
setRoles(Set<String>) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Set the known roles.
setRunAs(UserIdentity, RunAsToken) - Method in class org.eclipse.jetty.security.DefaultIdentityService
 
setRunAs(UserIdentity, RunAsToken) - Method in interface org.eclipse.jetty.security.IdentityService
Associate a runas Token with the current user and thread.
setServiceName(String) - Method in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
setSessionRenewedOnAuthentication(boolean) - Method in class org.eclipse.jetty.security.SecurityHandler
Set renew the session on Authentication.
setSuccess(boolean) - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
 
setSuccess(boolean) - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
setTrustStore(String) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
setTrustStorePassword(String) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
setTrustStoreProvider(String) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
setTrustStoreType(String) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
setUserDataConstraint(UserDataConstraint) - Method in class org.eclipse.jetty.security.RoleInfo
 
setUserPrincipal(Principal) - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
 
setUserPrincipal(Principal) - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
setUserStore(UserStore) - Method in class org.eclipse.jetty.security.HashLoginService
Configure the UserStore implementation to use.
setValidateCerts(boolean) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
SpnegoAuthenticator - Class in org.eclipse.jetty.security.authentication
Deprecated.
SpnegoAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.SpnegoAuthenticator
Deprecated.
 
SpnegoAuthenticator(String) - Constructor for class org.eclipse.jetty.security.authentication.SpnegoAuthenticator
Deprecated.
Allow for a custom authMethod value to be set for instances where SPNEGO may not be appropriate
SpnegoLoginService - Class in org.eclipse.jetty.security
Deprecated.
SpnegoLoginService() - Constructor for class org.eclipse.jetty.security.SpnegoLoginService
Deprecated.
 
SpnegoLoginService(String) - Constructor for class org.eclipse.jetty.security.SpnegoLoginService
Deprecated.
 
SpnegoLoginService(String, String) - Constructor for class org.eclipse.jetty.security.SpnegoLoginService
Deprecated.
 
SpnegoUserIdentity - Class in org.eclipse.jetty.security
 
SpnegoUserIdentity(Subject, Principal, UserIdentity) - Constructor for class org.eclipse.jetty.security.SpnegoUserIdentity
 
SpnegoUserPrincipal - Class in org.eclipse.jetty.security
 
SpnegoUserPrincipal(String, byte[]) - Constructor for class org.eclipse.jetty.security.SpnegoUserPrincipal
 
SpnegoUserPrincipal(String, String) - Constructor for class org.eclipse.jetty.security.SpnegoUserPrincipal
 

T

toString() - Method in class org.eclipse.jetty.security.AbstractLoginService
 
toString() - Method in class org.eclipse.jetty.security.AbstractLoginService.UserPrincipal
 
toString() - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator.FormAuthentication
 
toString() - Method in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
toString() - Method in class org.eclipse.jetty.security.DefaultUserIdentity
 
toString() - Method in class org.eclipse.jetty.security.PropertyUserStore
 
toString() - Method in class org.eclipse.jetty.security.RoleInfo
 
toString() - Method in class org.eclipse.jetty.security.RoleRunAsToken
 
toString() - Method in class org.eclipse.jetty.security.SecurityHandler.NotChecked
 
toString() - Method in class org.eclipse.jetty.security.UserAuthentication
 

U

unsetRunAs(Object) - Method in class org.eclipse.jetty.security.DefaultIdentityService
 
unsetRunAs(Object) - Method in interface org.eclipse.jetty.security.IdentityService
Disassociate the current runAsToken from the thread and reassociate the previous token.
update(String, Credential, String[]) - Method in interface org.eclipse.jetty.security.PropertyUserStore.UserListener
 
UserAuthentication - Class in org.eclipse.jetty.security
 
UserAuthentication(String, UserIdentity) - Constructor for class org.eclipse.jetty.security.UserAuthentication
 
UserDataConstraint - Enum in org.eclipse.jetty.security
 
UserPrincipal(String, Credential) - Constructor for class org.eclipse.jetty.security.AbstractLoginService.UserPrincipal
 
UserStore - Class in org.eclipse.jetty.security
Base class to store User
UserStore() - Constructor for class org.eclipse.jetty.security.UserStore
 

V

validate(UserIdentity) - Method in class org.eclipse.jetty.security.AbstractLoginService
 
validate(UserIdentity) - Method in class org.eclipse.jetty.security.ConfigurableSpnegoLoginService
 
validate(UserIdentity) - Method in interface org.eclipse.jetty.security.LoginService
Validate a user identity.
validate(UserIdentity) - Method in class org.eclipse.jetty.security.SpnegoLoginService
Deprecated.
 
validateRequest(ServletRequest, ServletResponse, boolean) - Method in class org.eclipse.jetty.security.authentication.BasicAuthenticator
 
validateRequest(ServletRequest, ServletResponse, boolean) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
validateRequest(ServletRequest, ServletResponse, boolean) - Method in class org.eclipse.jetty.security.authentication.ConfigurableSpnegoAuthenticator
 
validateRequest(ServletRequest, ServletResponse, boolean) - Method in class org.eclipse.jetty.security.authentication.DigestAuthenticator
 
validateRequest(ServletRequest, ServletResponse, boolean) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
validateRequest(ServletRequest, ServletResponse, boolean) - Method in class org.eclipse.jetty.security.authentication.SpnegoAuthenticator
Deprecated.
 
validateRequest(ServletRequest, ServletResponse, boolean) - Method in interface org.eclipse.jetty.security.Authenticator
Validate a request
valueBound(HttpSessionBindingEvent) - Method in class org.eclipse.jetty.security.authentication.SessionAuthentication
Deprecated.
valueOf(String) - Static method in enum org.eclipse.jetty.security.UserDataConstraint
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eclipse.jetty.security.UserDataConstraint
Returns an array containing the constants of this enum type, in the order they are declared.
valueUnbound(HttpSessionBindingEvent) - Method in class org.eclipse.jetty.security.authentication.SessionAuthentication
Deprecated.

_

__FORM_DISPATCH - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__FORM_ERROR_PAGE - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__FORM_LOGIN_PAGE - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__J_AUTHENTICATED - Static variable in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
__J_METHOD - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__J_PASSWORD - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__J_POST - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__J_SECURITY_CHECK - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__J_URI - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__J_USERNAME - Static variable in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
__NO_USER - Static variable in class org.eclipse.jetty.security.SecurityHandler
 
__NOBODY - Static variable in class org.eclipse.jetty.security.SecurityHandler
Nobody user.
_authenticator - Variable in class org.eclipse.jetty.security.authentication.DeferredAuthentication
 
_con - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
_config - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
_configPath - Variable in class org.eclipse.jetty.security.PropertyUserStore
 
_firstLoad - Variable in class org.eclipse.jetty.security.PropertyUserStore
 
_fullValidate - Variable in class org.eclipse.jetty.security.AbstractLoginService
 
_hotReload - Variable in class org.eclipse.jetty.security.PropertyUserStore
 
_identityService - Variable in class org.eclipse.jetty.security.AbstractLoginService
 
_identityService - Variable in class org.eclipse.jetty.security.authentication.LoginAuthenticator
 
_identityService - Variable in class org.eclipse.jetty.security.SpnegoLoginService
Deprecated.
 
_jdbcDriver - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
_listeners - Variable in class org.eclipse.jetty.security.PropertyUserStore
 
_loginService - Variable in class org.eclipse.jetty.security.authentication.LoginAuthenticator
 
_method - Variable in class org.eclipse.jetty.security.AbstractUserAuthentication
 
_name - Variable in class org.eclipse.jetty.security.AbstractLoginService
 
_name - Variable in class org.eclipse.jetty.security.SpnegoLoginService
Deprecated.
 
_password - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
_pathWatcher - Variable in class org.eclipse.jetty.security.PropertyUserStore
 
_roleSql - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
_roleTableRoleField - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
_url - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
_userIdentity - Variable in class org.eclipse.jetty.security.AbstractUserAuthentication
 
_userName - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
_userSql - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
_userTableKey - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
_userTablePasswordField - Variable in class org.eclipse.jetty.security.JDBCLoginService
 
A B C D F G H I J L N O P R S T U V _ 
All Classes All Packages