- 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
-