Index

A B C D F G H I J L M O R S V 
All Classes and Interfaces|All Packages|Constant Field Values

A

AUTH_METHOD_KEY - Static variable in class org.eclipse.jetty.security.jaspi.JaspiMessageInfo
 

B

BaseAuthModule - Class in org.eclipse.jetty.security.jaspi.modules
Simple abstract module implementing a Jakarta Authentication ServerAuthModule and ServerAuthContext.
BaseAuthModule() - Constructor for class org.eclipse.jetty.security.jaspi.modules.BaseAuthModule
 
BaseAuthModule(CallbackHandler) - Constructor for class org.eclipse.jetty.security.jaspi.modules.BaseAuthModule
 
BasicAuthenticationAuthModule - Class in org.eclipse.jetty.security.jaspi.modules
A ServerAuthModule implementation of HTTP Basic Authentication.
BasicAuthenticationAuthModule() - Constructor for class org.eclipse.jetty.security.jaspi.modules.BasicAuthenticationAuthModule
 
BasicAuthenticationAuthModule(CallbackHandler, String) - Constructor for class org.eclipse.jetty.security.jaspi.modules.BasicAuthenticationAuthModule
 

C

callbackHandler - Variable in class org.eclipse.jetty.security.jaspi.modules.BaseAuthModule
 
cleanSubject(MessageInfo, Subject) - Method in class org.eclipse.jetty.security.jaspi.modules.BaseAuthModule
 
clearCredential() - Method in class org.eclipse.jetty.security.jaspi.callback.CredentialValidationCallback
 
CredentialValidationCallback - Class in org.eclipse.jetty.security.jaspi.callback
CredentialValidationCallback Store a jetty Credential for a user so that it can be validated by jaspi
CredentialValidationCallback(Subject, String, Credential) - Constructor for class org.eclipse.jetty.security.jaspi.callback.CredentialValidationCallback
 

D

DefaultAuthConfigFactory - Class in org.eclipse.jetty.security.jaspi
A very basic AuthConfigFactory that allows for registering providers programmatically.
DefaultAuthConfigFactory() - Constructor for class org.eclipse.jetty.security.jaspi.DefaultAuthConfigFactory
 
detachListener(RegistrationListener, String, String) - Method in class org.eclipse.jetty.security.jaspi.DefaultAuthConfigFactory
 

F

findServerName(ServletContext, Server) - Method in class org.eclipse.jetty.security.jaspi.JaspiAuthenticatorFactory
Find a servername.
findServiceSubject(Server) - Method in class org.eclipse.jetty.security.jaspi.JaspiAuthenticatorFactory
Find a service Subject.

G

getAppContext() - Method in class org.eclipse.jetty.security.jaspi.SimpleAuthConfig
Deprecated.
 
getAuthContext(String, Subject, Map) - Method in class org.eclipse.jetty.security.jaspi.SimpleAuthConfig
Deprecated.
 
getAuthContextID(MessageInfo) - Method in class org.eclipse.jetty.security.jaspi.SimpleAuthConfig
Deprecated.
 
getAuthenticator(Server, ServletContext, Authenticator.AuthConfiguration, IdentityService, LoginService) - Method in class org.eclipse.jetty.security.jaspi.JaspiAuthenticatorFactory
 
getAuthMethod() - Method in class org.eclipse.jetty.security.jaspi.JaspiAuthenticator
 
getAuthMethod() - Method in class org.eclipse.jetty.security.jaspi.JaspiMessageInfo
 
getClientAuthConfig(String, String, CallbackHandler) - Method in class org.eclipse.jetty.security.jaspi.provider.JaspiAuthConfigProvider
 
getConfigProvider(String, String, RegistrationListener) - Method in class org.eclipse.jetty.security.jaspi.DefaultAuthConfigFactory
 
getCredential() - Method in class org.eclipse.jetty.security.jaspi.callback.CredentialValidationCallback
 
getMap() - Method in class org.eclipse.jetty.security.jaspi.JaspiMessageInfo
 
getMessageLayer() - Method in class org.eclipse.jetty.security.jaspi.SimpleAuthConfig
Deprecated.
 
getRegistrationContext(String) - Method in class org.eclipse.jetty.security.jaspi.DefaultAuthConfigFactory
 
getRegistrationIDs(AuthConfigProvider) - Method in class org.eclipse.jetty.security.jaspi.DefaultAuthConfigFactory
 
getRequestMessage() - Method in class org.eclipse.jetty.security.jaspi.JaspiMessageInfo
 
getResponseMessage() - Method in class org.eclipse.jetty.security.jaspi.JaspiMessageInfo
 
getResult() - Method in class org.eclipse.jetty.security.jaspi.callback.CredentialValidationCallback
 
getServerAuthConfig(String, String, CallbackHandler) - Method in class org.eclipse.jetty.security.jaspi.provider.JaspiAuthConfigProvider
 
getServerName() - Method in class org.eclipse.jetty.security.jaspi.JaspiAuthenticatorFactory
 
getServiceSubject() - Method in class org.eclipse.jetty.security.jaspi.JaspiAuthenticatorFactory
 
getSubject() - Method in class org.eclipse.jetty.security.jaspi.callback.CredentialValidationCallback
 
getSupportedMessageTypes() - Method in class org.eclipse.jetty.security.jaspi.modules.BaseAuthModule
 
getThreadCallerPrincipalCallback() - Method in class org.eclipse.jetty.security.jaspi.ServletCallbackHandler
 
getThreadGroupPrincipalCallback() - Method in class org.eclipse.jetty.security.jaspi.ServletCallbackHandler
 
getUsername() - Method in class org.eclipse.jetty.security.jaspi.callback.CredentialValidationCallback
 

H

handle(Callback[]) - Method in class org.eclipse.jetty.security.jaspi.ServletCallbackHandler
 
HTTP_SERVLET - Static variable in class org.eclipse.jetty.security.jaspi.SimpleAuthConfig
Deprecated.
 

I

initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map) - Method in class org.eclipse.jetty.security.jaspi.modules.BaseAuthModule
 
initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map) - Method in class org.eclipse.jetty.security.jaspi.modules.BasicAuthenticationAuthModule
 
isAuthMandatory() - Method in class org.eclipse.jetty.security.jaspi.JaspiMessageInfo
 
isMandatory(MessageInfo) - Method in class org.eclipse.jetty.security.jaspi.modules.BaseAuthModule
 
isProtected() - Method in class org.eclipse.jetty.security.jaspi.SimpleAuthConfig
Deprecated.
 

J

JaspiAuthConfigProvider - Class in org.eclipse.jetty.security.jaspi.provider
A Jetty implementation of the AuthConfigProvider to allow registration of a ServerAuthModule directly without having to write a custom AuthConfigProvider.
JaspiAuthConfigProvider(ServerAuthModule) - Constructor for class org.eclipse.jetty.security.jaspi.provider.JaspiAuthConfigProvider
 
JaspiAuthConfigProvider(ServerAuthModule, Map) - Constructor for class org.eclipse.jetty.security.jaspi.provider.JaspiAuthConfigProvider
 
JaspiAuthConfigProvider(String) - Constructor for class org.eclipse.jetty.security.jaspi.provider.JaspiAuthConfigProvider
 
JaspiAuthConfigProvider(String, Map) - Constructor for class org.eclipse.jetty.security.jaspi.provider.JaspiAuthConfigProvider
 
JaspiAuthConfigProvider(Map, AuthConfigFactory) - Constructor for class org.eclipse.jetty.security.jaspi.provider.JaspiAuthConfigProvider
Constructor with signature and implementation that's required by API.
JaspiAuthenticator - Class in org.eclipse.jetty.security.jaspi
Implementation of Jetty LoginAuthenticator that is a bridge from Jakarta Authentication to Jetty Security.
JaspiAuthenticator(ServerAuthConfig, Map, ServletCallbackHandler, Subject, boolean, IdentityService) - Constructor for class org.eclipse.jetty.security.jaspi.JaspiAuthenticator
Deprecated.
JaspiAuthenticator(Subject, String, boolean) - Constructor for class org.eclipse.jetty.security.jaspi.JaspiAuthenticator
 
JaspiAuthenticatorFactory - Class in org.eclipse.jetty.security.jaspi
Jakarta Authentication (JASPI) Authenticator Factory.
JaspiAuthenticatorFactory() - Constructor for class org.eclipse.jetty.security.jaspi.JaspiAuthenticatorFactory
 
JaspiMessageInfo - Class in org.eclipse.jetty.security.jaspi
Almost an implementation of jaspi MessageInfo.
JaspiMessageInfo(ServletRequest, ServletResponse, boolean) - Constructor for class org.eclipse.jetty.security.jaspi.JaspiMessageInfo
 

L

login(String, Object, ServletRequest) - Method in class org.eclipse.jetty.security.jaspi.JaspiAuthenticator
 
login(Subject, String, String, MessageInfo) - Method in class org.eclipse.jetty.security.jaspi.modules.BaseAuthModule
 
login(Subject, String, Credential, String, MessageInfo) - Method in class org.eclipse.jetty.security.jaspi.modules.BaseAuthModule
 
LOGIN_SERVICE_KEY - Static variable in class org.eclipse.jetty.security.jaspi.modules.BaseAuthModule
 

M

MANDATORY_KEY - Static variable in class org.eclipse.jetty.security.jaspi.JaspiMessageInfo
 
MESSAGE_LAYER - Static variable in class org.eclipse.jetty.security.jaspi.JaspiAuthenticatorFactory
 

O

org.eclipse.jetty.security.jaspi - module org.eclipse.jetty.security.jaspi
 
org.eclipse.jetty.security.jaspi - package org.eclipse.jetty.security.jaspi
Jetty Jaspi : Java Authentication SPI
org.eclipse.jetty.security.jaspi.callback - package org.eclipse.jetty.security.jaspi.callback
Jetty Jaspi : Callbacks
org.eclipse.jetty.security.jaspi.modules - package org.eclipse.jetty.security.jaspi.modules
Jetty Jaspi : Authentication Modules
org.eclipse.jetty.security.jaspi.provider - package org.eclipse.jetty.security.jaspi.provider
 

R

refresh() - Method in class org.eclipse.jetty.security.jaspi.DefaultAuthConfigFactory
 
refresh() - Method in class org.eclipse.jetty.security.jaspi.provider.JaspiAuthConfigProvider
 
refresh() - Method in class org.eclipse.jetty.security.jaspi.SimpleAuthConfig
Deprecated.
 
registerConfigProvider(AuthConfigProvider, String, String, String) - Method in class org.eclipse.jetty.security.jaspi.DefaultAuthConfigFactory
 
registerConfigProvider(String, Map, String, String, String) - Method in class org.eclipse.jetty.security.jaspi.DefaultAuthConfigFactory
 
removeRegistration(String) - Method in class org.eclipse.jetty.security.jaspi.DefaultAuthConfigFactory
 

S

secureResponse(MessageInfo, Subject) - Method in class org.eclipse.jetty.security.jaspi.modules.BaseAuthModule
 
secureResponse(ServletRequest, ServletResponse, boolean, Authentication.User) - Method in class org.eclipse.jetty.security.jaspi.JaspiAuthenticator
 
secureResponse(JaspiMessageInfo, Authentication) - Method in class org.eclipse.jetty.security.jaspi.JaspiAuthenticator
 
ServletCallbackHandler - Class in org.eclipse.jetty.security.jaspi
This CallbackHandler will bridge Callbacks to handle to the given to the Jetty LoginService.
ServletCallbackHandler(LoginService) - Constructor for class org.eclipse.jetty.security.jaspi.ServletCallbackHandler
 
setConfiguration(Authenticator.AuthConfiguration) - Method in class org.eclipse.jetty.security.jaspi.JaspiAuthenticator
 
setRequestMessage(Object) - Method in class org.eclipse.jetty.security.jaspi.JaspiMessageInfo
 
setResponseMessage(Object) - Method in class org.eclipse.jetty.security.jaspi.JaspiMessageInfo
 
setResult(boolean) - Method in class org.eclipse.jetty.security.jaspi.callback.CredentialValidationCallback
 
setServerName(String) - Method in class org.eclipse.jetty.security.jaspi.JaspiAuthenticatorFactory
 
setServiceSubject(Subject) - Method in class org.eclipse.jetty.security.jaspi.JaspiAuthenticatorFactory
 
SimpleAuthConfig - Class in org.eclipse.jetty.security.jaspi
Deprecated.
SimpleAuthConfig(String, ServerAuthContext) - Constructor for class org.eclipse.jetty.security.jaspi.SimpleAuthConfig
Deprecated.
 

V

validateRequest(MessageInfo, Subject, Subject) - Method in class org.eclipse.jetty.security.jaspi.modules.BasicAuthenticationAuthModule
 
validateRequest(ServletRequest, ServletResponse, boolean) - Method in class org.eclipse.jetty.security.jaspi.JaspiAuthenticator
 
validateRequest(JaspiMessageInfo) - Method in class org.eclipse.jetty.security.jaspi.JaspiAuthenticator
 
A B C D F G H I J L M O R S V 
All Classes and Interfaces|All Packages|Constant Field Values