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

A

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
 
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(ServletRequest) - Method in class org.eclipse.jetty.security.authentication.DeferredAuthentication
 
authenticate(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.security.authentication.DeferredAuthentication
 
authenticate(Object) - Method in class org.eclipse.jetty.security.MappedLoginService.Anonymous
 
authenticate(Object) - Method in class org.eclipse.jetty.security.MappedLoginService.KnownUser
 
authenticate(Object) - Method in interface org.eclipse.jetty.security.MappedLoginService.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

B

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

C

checkSecurity(Request) - Method in class org.eclipse.jetty.security.SecurityHandler
 
checkUserDataPermissions(String, Request, Response, Object) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
checkUserDataPermissions(String, Request, Response, Object) - 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
 
clear(HttpServletRequest) - Method in interface org.eclipse.jetty.security.CrossContextPsuedoSession
 
clear(HttpServletRequest) - Method in class org.eclipse.jetty.security.HashCrossContextPsuedoSession
 
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
 
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
Handler to enforce SecurityConstraints.
ConstraintSecurityHandler() - Constructor for class org.eclipse.jetty.security.ConstraintSecurityHandler
 
CrossContextPsuedoSession<T> - Interface in org.eclipse.jetty.security
 

D

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(Authenticator) - Constructor for class org.eclipse.jetty.security.authentication.DeferredAuthentication
 
DeferredAuthentication(LoginAuthenticator) - Constructor for class org.eclipse.jetty.security.authentication.DeferredAuthentication
 
DigestAuthenticator - Class in org.eclipse.jetty.security.authentication
 
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.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.MappedLoginService
 
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
 
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.MappedLoginService
 
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

fetch(HttpServletRequest) - Method in interface org.eclipse.jetty.security.CrossContextPsuedoSession
 
fetch(HttpServletRequest) - Method in class org.eclipse.jetty.security.HashCrossContextPsuedoSession
 
findIdentityService() - Method in class org.eclipse.jetty.security.SecurityHandler
 
findLoginService() - Method in class org.eclipse.jetty.security.SecurityHandler
 
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.FormAuthentication(String, UserIdentity) - Constructor for class org.eclipse.jetty.security.authentication.FormAuthenticator.FormAuthentication
 
FormAuthenticator.FormRequest - Class in org.eclipse.jetty.security.authentication
 
FormAuthenticator.FormRequest(HttpServletRequest) - Constructor for class org.eclipse.jetty.security.authentication.FormAuthenticator.FormRequest
 
FormAuthenticator.FormResponse - Class in org.eclipse.jetty.security.authentication
 
FormAuthenticator.FormResponse(HttpServletResponse) - Constructor for class org.eclipse.jetty.security.authentication.FormAuthenticator.FormResponse
 

G

get(int) - Static method in enum org.eclipse.jetty.security.UserDataConstraint
 
getAlwaysSaveUri() - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
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
 
getAuthenticator() - Method in class org.eclipse.jetty.security.SecurityHandler
 
getAuthenticatorFactory() - Method in class org.eclipse.jetty.security.SecurityHandler
 
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.DigestAuthenticator
 
getAuthMethod() - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator
 
getAuthMethod() - Method in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
getAuthMethod() - Method in class org.eclipse.jetty.security.authentication.SpnegoAuthenticator
 
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
 
getAuthMethod() - Method in class org.eclipse.jetty.security.UserAuthentication
 
getConfig() - Method in class org.eclipse.jetty.security.HashLoginService
 
getConfig(String) - 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
 
getConfig() - Method in class org.eclipse.jetty.security.SpnegoLoginService
 
getConfigResource() - Method in class org.eclipse.jetty.security.HashLoginService
 
getConfigResource() - Method in class org.eclipse.jetty.security.PropertyUserStore
returns the resource associated with the configured properties file, creating it if necessary
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
 
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
 
getIdentityService() - Method in class org.eclipse.jetty.security.authentication.DeferredAuthentication
Get the identityService.
getIdentityService() - Method in interface org.eclipse.jetty.security.Authenticator.AuthConfiguration
 
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.MappedLoginService
Get the identityService.
getIdentityService() - Method in class org.eclipse.jetty.security.SecurityHandler
Get the identityService.
getIdentityService() - Method in class org.eclipse.jetty.security.SpnegoLoginService
 
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
Loads keystore using an input stream or a file path in the same order of precedence.
getLoginService() - Method in class org.eclipse.jetty.security.authentication.DeferredAuthentication
 
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
 
getMethod() - Method in class org.eclipse.jetty.security.ConstraintMapping
 
getName() - Method in interface org.eclipse.jetty.security.LoginService
 
getName() - Method in class org.eclipse.jetty.security.MappedLoginService.Anonymous
 
getName() - Method in class org.eclipse.jetty.security.MappedLoginService
Get the name.
getName() - Method in class org.eclipse.jetty.security.MappedLoginService.KnownUser
 
getName() - Method in class org.eclipse.jetty.security.MappedLoginService.RolePrincipal
 
getName() - Method in class org.eclipse.jetty.security.SecurityHandler.NotChecked
 
getName() - Method in class org.eclipse.jetty.security.SpnegoLoginService
 
getName() - Method in class org.eclipse.jetty.security.SpnegoUserPrincipal
 
getOcspResponderURL() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
getPathSpec() - Method in class org.eclipse.jetty.security.ConstraintMapping
 
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
 
getRefreshInterval() - Method in class org.eclipse.jetty.security.HashLoginService
 
getRefreshInterval() - Method in class org.eclipse.jetty.security.PropertyUserStore
refresh interval in seconds for how often the properties file should be checked for changes
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
 
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.authentication.SessionAuthentication
 
getUserIdentity(String) - Method in class org.eclipse.jetty.security.PropertyUserStore
 
getUserIdentity() - Method in class org.eclipse.jetty.security.UserAuthentication
 
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
 
getUsers() - Method in class org.eclipse.jetty.security.MappedLoginService
Get the users.

H

handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.security.SecurityHandler
 
HashCrossContextPsuedoSession<T> - Class in org.eclipse.jetty.security
 
HashCrossContextPsuedoSession(String, String) - Constructor for class org.eclipse.jetty.security.HashCrossContextPsuedoSession
 
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.
isAnyRole() - Method in class org.eclipse.jetty.security.RoleInfo
 
isAuthenticated() - Method in class org.eclipse.jetty.security.MappedLoginService.Anonymous
 
isAuthenticated() - Method in class org.eclipse.jetty.security.MappedLoginService.KnownUser
 
isAuthenticated() - Method in interface org.eclipse.jetty.security.MappedLoginService.UserPrincipal
 
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
 
isEnableCRLDP() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
isEnableOCSP() - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
isForbidden() - Method in class org.eclipse.jetty.security.RoleInfo
 
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
 
isStrict() - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Get the strict mode.
isSuccess() - Method in interface org.eclipse.jetty.security.authentication.LoginCallback
 
isSuccess() - Method in class org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
isUserInRole(UserIdentity.Scope, String) - Method in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
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.UserAuthentication
 
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
 

L

loadCRL(String) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Loads certificate revocation list (CRL) from a file.
loadUser(String) - Method in class org.eclipse.jetty.security.HashLoginService
 
loadUser(String) - Method in class org.eclipse.jetty.security.JDBCLoginService
 
loadUser(String) - Method in class org.eclipse.jetty.security.MappedLoginService
 
loadUsers() - Method in class org.eclipse.jetty.security.HashLoginService
 
loadUsers() - Method in class org.eclipse.jetty.security.JDBCLoginService
 
loadUsers() - Method in class org.eclipse.jetty.security.MappedLoginService
 
login(String, String) - Method in class org.eclipse.jetty.security.authentication.DeferredAuthentication
 
login(String, Object) - Method in class org.eclipse.jetty.security.JDBCLoginService
 
login(String, Object) - Method in interface org.eclipse.jetty.security.LoginService
Login a user.
login(String, Object) - Method in class org.eclipse.jetty.security.MappedLoginService
 
login(String, Object) - Method in class org.eclipse.jetty.security.SpnegoLoginService
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
 
logout(UserIdentity) - Method in interface org.eclipse.jetty.security.LoginService
 
logout(UserIdentity) - Method in class org.eclipse.jetty.security.MappedLoginService
 
logout(Authentication.User) - Method in class org.eclipse.jetty.security.SecurityHandler
 
logout(UserIdentity) - Method in class org.eclipse.jetty.security.SpnegoLoginService
 
logout() - Method in class org.eclipse.jetty.security.UserAuthentication
 

M

MappedLoginService - Class in org.eclipse.jetty.security
A login service that keeps UserIdentities in a concurrent map either as the source or a cache of the users.
MappedLoginService() - Constructor for class org.eclipse.jetty.security.MappedLoginService
 
MappedLoginService.Anonymous - Class in org.eclipse.jetty.security
 
MappedLoginService.Anonymous() - Constructor for class org.eclipse.jetty.security.MappedLoginService.Anonymous
 
MappedLoginService.KnownUser - Class in org.eclipse.jetty.security
 
MappedLoginService.KnownUser(String, Credential) - Constructor for class org.eclipse.jetty.security.MappedLoginService.KnownUser
 
MappedLoginService.RolePrincipal - Class in org.eclipse.jetty.security
 
MappedLoginService.RolePrincipal(String) - Constructor for class org.eclipse.jetty.security.MappedLoginService.RolePrincipal
 
MappedLoginService.UserPrincipal - Interface in org.eclipse.jetty.security
 

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
 

O

org.eclipse.jetty.security - package org.eclipse.jetty.security
 
org.eclipse.jetty.security.authentication - package org.eclipse.jetty.security.authentication
 

P

prepareConstraintInfo(String, Request) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
prepareConstraintInfo(String, Request) - Method in class org.eclipse.jetty.security.SecurityHandler
 
processConstraintMapping(ConstraintMapping) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
 
PropertyUserStore - Class in org.eclipse.jetty.security
PropertyUserStore 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
UserListener
putUser(String, Object) - Method in class org.eclipse.jetty.security.MappedLoginService
Put user into realm.
putUser(String, Credential, String[]) - Method in class org.eclipse.jetty.security.MappedLoginService
Put user into realm.

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 class org.eclipse.jetty.security.HashLoginService
 
remove(String) - Method in interface org.eclipse.jetty.security.PropertyUserStore.UserListener
 
removeUser(String) - Method in class org.eclipse.jetty.security.MappedLoginService
 
renewSessionOnAuthentication(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.security.authentication.LoginAuthenticator
Change the session when the request is authenticated for the first time
RoleInfo - Class in org.eclipse.jetty.security
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
 
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.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
 
secureResponse(ServletRequest, ServletResponse, boolean, Authentication.User) - Method in interface org.eclipse.jetty.security.Authenticator
 
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
 
SecurityHandler.NotChecked() - Constructor for class org.eclipse.jetty.security.SecurityHandler.NotChecked
 
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
 
SESSION_SECURED - Static variable in class org.eclipse.jetty.security.authentication.LoginAuthenticator
 
SessionAuthentication - Class in org.eclipse.jetty.security.authentication
 
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.
setAnyRole(boolean) - Method in class org.eclipse.jetty.security.RoleInfo
 
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
 
setConfig(String) - Method in class org.eclipse.jetty.security.SpnegoLoginService
 
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>, Set<String>) - Method in interface org.eclipse.jetty.security.ConstraintAware
Set Constraint Mappings and roles.
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(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 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
 
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
 
setHeader(String, String) - Method in class org.eclipse.jetty.security.authentication.FormAuthenticator.FormResponse
 
setIdentityService(IdentityService) - Method in class org.eclipse.jetty.security.authentication.DeferredAuthentication
Set the identityService.
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.MappedLoginService
Set the identityService.
setIdentityService(IdentityService) - Method in class org.eclipse.jetty.security.SecurityHandler
Set the identityService.
setIdentityService(IdentityService) - Method in class org.eclipse.jetty.security.SpnegoLoginService
 
setInitParameter(String, String) - Method in class org.eclipse.jetty.security.SecurityHandler
Set an initialization parameter.
setLoginService(LoginService) - Method in class org.eclipse.jetty.security.authentication.DeferredAuthentication
 
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
 
setMethod(String) - Method in class org.eclipse.jetty.security.ConstraintMapping
 
setName(String) - Method in class org.eclipse.jetty.security.MappedLoginService
Set the name.
setName(String) - Method in class org.eclipse.jetty.security.SpnegoLoginService
 
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
 
setRefreshInterval(int) - Method in class org.eclipse.jetty.security.HashLoginService
 
setRefreshInterval(int) - Method in class org.eclipse.jetty.security.PropertyUserStore
sets the refresh interval (in seconds)
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.
setSessionRenewedOnAuthentication(boolean) - Method in class org.eclipse.jetty.security.SecurityHandler
Set renew the session on Authentication.
setStrict(boolean) - Method in class org.eclipse.jetty.security.ConstraintSecurityHandler
Set the strict mode of the security handler.
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
 
setUsers(Map<String, UserIdentity>) - Method in class org.eclipse.jetty.security.MappedLoginService
Set the users.
setValidateCerts(boolean) - Method in class org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
SpnegoAuthenticator - Class in org.eclipse.jetty.security.authentication
 
SpnegoAuthenticator() - Constructor for class org.eclipse.jetty.security.authentication.SpnegoAuthenticator
 
SpnegoAuthenticator(String) - Constructor for class org.eclipse.jetty.security.authentication.SpnegoAuthenticator
Allow for a custom authMethod value to be set for instances where SPENGO may not be appropriate
SpnegoLoginService - Class in org.eclipse.jetty.security
 
SpnegoLoginService() - Constructor for class org.eclipse.jetty.security.SpnegoLoginService
 
SpnegoLoginService(String) - Constructor for class org.eclipse.jetty.security.SpnegoLoginService
 
SpnegoLoginService(String, String) - Constructor for class org.eclipse.jetty.security.SpnegoLoginService
 
SpnegoUserIdentity - Class in org.eclipse.jetty.security
 
SpnegoUserIdentity(Subject, Principal, List<String>) - Constructor for class org.eclipse.jetty.security.SpnegoUserIdentity
 
SpnegoUserPrincipal - Class in org.eclipse.jetty.security
 
SpnegoUserPrincipal(String, String) - Constructor for class org.eclipse.jetty.security.SpnegoUserPrincipal
 
SpnegoUserPrincipal(String, byte[]) - Constructor for class org.eclipse.jetty.security.SpnegoUserPrincipal
 
store(T, HttpServletResponse) - Method in interface org.eclipse.jetty.security.CrossContextPsuedoSession
 
store(T, HttpServletResponse) - Method in class org.eclipse.jetty.security.HashCrossContextPsuedoSession
 

T

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.MappedLoginService.KnownUser
 
toString() - Method in class org.eclipse.jetty.security.MappedLoginService
 
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 class org.eclipse.jetty.security.HashLoginService
 
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
 

V

validate(UserIdentity) - Method in interface org.eclipse.jetty.security.LoginService
Validate a user identity.
validate(UserIdentity) - Method in class org.eclipse.jetty.security.MappedLoginService
 
validate(UserIdentity) - Method in class org.eclipse.jetty.security.SpnegoLoginService
 
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.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
 
validateRequest(ServletRequest, ServletResponse, boolean) - Method in interface org.eclipse.jetty.security.Authenticator
Validate a response
valueBound(HttpSessionBindingEvent) - Method in class org.eclipse.jetty.security.authentication.SessionAuthentication
 
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
 

_

__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_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
 
_deferred - Variable in class org.eclipse.jetty.security.authentication.LoginAuthenticator
 
_identityService - Variable in class org.eclipse.jetty.security.authentication.LoginAuthenticator
 
_identityService - Variable in class org.eclipse.jetty.security.MappedLoginService
 
_identityService - Variable in class org.eclipse.jetty.security.SpnegoLoginService
 
_loginService - Variable in class org.eclipse.jetty.security.authentication.LoginAuthenticator
 
_name - Variable in class org.eclipse.jetty.security.MappedLoginService
 
_name - Variable in class org.eclipse.jetty.security.SpnegoLoginService
 
_users - Variable in class org.eclipse.jetty.security.MappedLoginService
 
A B C D F G H I J L M N O P R S T U V _ 

Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.