Skip navigation links
A B C D E F G H I L M O R S V 

A

abort() - Method in class de.adorsys.oauth.loginmodule.DelegatingLoginModule
 
abort() - Method in class de.adorsys.oauth.loginmodule.HTTPAuthenticationLoginModule
 
abort() - Method in class de.adorsys.oauth.loginmodule.OAuthClientIdLoginModule
 
authenticate(Request, HttpServletResponse, LoginConfig) - Method in class de.adorsys.oauth.authdispatcher.matcher.StatelessFormAuthenticator
 
AuthenticatorMatcher - Interface in de.adorsys.oauth.authdispatcher
 

B

BaseAuthenticatorMatcher - Class in de.adorsys.oauth.authdispatcher.matcher
 
BaseAuthenticatorMatcher() - Constructor for class de.adorsys.oauth.authdispatcher.matcher.BaseAuthenticatorMatcher
 
BasicAuthAuthenticatorMatcher - Class in de.adorsys.oauth.authdispatcher.matcher
 
BasicAuthAuthenticatorMatcher() - Constructor for class de.adorsys.oauth.authdispatcher.matcher.BasicAuthAuthenticatorMatcher
 

C

characterEncoding - Variable in class de.adorsys.oauth.authdispatcher.matcher.StatelessFormAuthenticator
 
commit() - Method in class de.adorsys.oauth.loginmodule.DelegatingLoginModule
 
commit() - Method in class de.adorsys.oauth.loginmodule.HTTPAuthenticationLoginModule
 
commit() - Method in class de.adorsys.oauth.loginmodule.OAuthClientIdLoginModule
 
createHTTPRequest(HttpServletRequest) - Static method in class de.adorsys.oauth.authdispatcher.FixedServletUtils
Creates a new HTTP request from the specified HTTP servlet request.
createHTTPRequest(HttpServletRequest, long) - Static method in class de.adorsys.oauth.authdispatcher.FixedServletUtils
Creates a new HTTP request from the specified HTTP servlet request.

D

de.adorsys.oauth.authdispatcher - package de.adorsys.oauth.authdispatcher
 
de.adorsys.oauth.authdispatcher.matcher - package de.adorsys.oauth.authdispatcher.matcher
 
de.adorsys.oauth.loginmodule - package de.adorsys.oauth.loginmodule
 
de.adorsys.oauth.server - package de.adorsys.oauth.server
 
DelegatingLoginModule - Class in de.adorsys.oauth.loginmodule
Master LoginModule for main security domain Reads client_id from request and delegates to security domain with the same name Usage: <security-domain name="oauth"> <authentication> <login-module code="de.adorsys.oauth.loginmodule.clientid.DelegatingLoginModule" flag="required"> <module-option name="de.adorsys.oauth.loginmodule.clientid.list" value="clientida,clientidb,clientidc"/> </login-module> </authentication> </security-domain> <security-domain name="clientida".../> <security-domain name="clientidb".../> <security-domain name="clientidc".../> auth request and token request supported CAUTION: Credentials cache must not be enabled, when using this module
DelegatingLoginModule() - Constructor for class de.adorsys.oauth.loginmodule.DelegatingLoginModule
 

E

EXCEPTION_ATTR - Static variable in class de.adorsys.oauth.authdispatcher.matcher.StatelessFormAuthenticator
 

F

FixedServletUtils - Class in de.adorsys.oauth.authdispatcher
HTTP servlet utilities.
FixedServletUtils() - Constructor for class de.adorsys.oauth.authdispatcher.FixedServletUtils
 
FORM_ACTION - Static variable in class de.adorsys.oauth.authdispatcher.matcher.StatelessFormAuthenticator
 
FORM_PASSWORD - Static variable in class de.adorsys.oauth.authdispatcher.matcher.StatelessFormAuthenticator
 
FORM_USERNAME - Static variable in class de.adorsys.oauth.authdispatcher.matcher.StatelessFormAuthenticator
 
FormAuthAuthenticatorMatcher - Class in de.adorsys.oauth.authdispatcher.matcher
 
FormAuthAuthenticatorMatcher() - Constructor for class de.adorsys.oauth.authdispatcher.matcher.FormAuthAuthenticatorMatcher
 

G

getCharacterEncoding() - Method in class de.adorsys.oauth.authdispatcher.matcher.StatelessFormAuthenticator
 
getContext(String, Object) - Method in class de.adorsys.oauth.authdispatcher.OAuthAuthenticationDispatcher
 
getKeys() - Method in class de.adorsys.oauth.authdispatcher.OAuthAuthenticationDispatcher
 
getRoleSets() - Method in class de.adorsys.oauth.loginmodule.LdapPwCheckLoginModule
 

H

HTTPAuthenticationLoginModule - Class in de.adorsys.oauth.loginmodule
HTTPAuthenticationLoginModule
HTTPAuthenticationLoginModule() - Constructor for class de.adorsys.oauth.loginmodule.HTTPAuthenticationLoginModule
 

I

initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class de.adorsys.oauth.loginmodule.DelegatingLoginModule
 
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class de.adorsys.oauth.loginmodule.HTTPAuthenticationLoginModule
 
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class de.adorsys.oauth.loginmodule.LdapPwCheckLoginModule
 
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class de.adorsys.oauth.loginmodule.OAuthClientIdLoginModule
 
invoke(Request, Response) - Method in class de.adorsys.oauth.authdispatcher.OAuthAuthenticationDispatcher
 
invoke(Request, Response) - Method in class de.adorsys.oauth.server.ResourceOwnerPasswordCredentialFlowValve
 

L

LdapPwCheckLoginModule - Class in de.adorsys.oauth.loginmodule
This login module checks the password by an ldap bind.
LdapPwCheckLoginModule() - Constructor for class de.adorsys.oauth.loginmodule.LdapPwCheckLoginModule
 
login() - Method in class de.adorsys.oauth.loginmodule.DelegatingLoginModule
 
login() - Method in class de.adorsys.oauth.loginmodule.HTTPAuthenticationLoginModule
 
login() - Method in class de.adorsys.oauth.loginmodule.LdapPwCheckLoginModule
 
login() - Method in class de.adorsys.oauth.loginmodule.OAuthClientIdLoginModule
 
logout() - Method in class de.adorsys.oauth.loginmodule.DelegatingLoginModule
 
logout() - Method in class de.adorsys.oauth.loginmodule.HTTPAuthenticationLoginModule
 
logout() - Method in class de.adorsys.oauth.loginmodule.OAuthClientIdLoginModule
 

M

match(HttpServletRequest, AuthorizationRequest) - Method in interface de.adorsys.oauth.authdispatcher.AuthenticatorMatcher
 
match(HttpServletRequest, AuthorizationRequest) - Method in class de.adorsys.oauth.authdispatcher.matcher.BasicAuthAuthenticatorMatcher
 
match(HttpServletRequest, AuthorizationRequest) - Method in class de.adorsys.oauth.authdispatcher.matcher.FormAuthAuthenticatorMatcher
 
match(HttpServletRequest, AuthorizationRequest) - Method in class de.adorsys.oauth.authdispatcher.matcher.RememberMeAuthMatcher
 
match(HttpServletRequest, AuthorizationRequest) - Method in class de.adorsys.oauth.authdispatcher.matcher.ResourceOwnerPasswordCredentialsFlowMatcher
 

O

OAuthAuthenticationDispatcher - Class in de.adorsys.oauth.authdispatcher
 
OAuthAuthenticationDispatcher() - Constructor for class de.adorsys.oauth.authdispatcher.OAuthAuthenticationDispatcher
 
OAuthClientIdLoginModule - Class in de.adorsys.oauth.loginmodule
 
OAuthClientIdLoginModule() - Constructor for class de.adorsys.oauth.loginmodule.OAuthClientIdLoginModule
 

R

RememberMeAuthMatcher - Class in de.adorsys.oauth.authdispatcher.matcher
 
RememberMeAuthMatcher() - Constructor for class de.adorsys.oauth.authdispatcher.matcher.RememberMeAuthMatcher
 
ResourceOwnerPasswordCredentialFlowValve - Class in de.adorsys.oauth.server
ResourceOwnerPasswordCredentialFlowValve
ResourceOwnerPasswordCredentialFlowValve() - Constructor for class de.adorsys.oauth.server.ResourceOwnerPasswordCredentialFlowValve
 
ResourceOwnerPasswordCredentialsFlowMatcher - Class in de.adorsys.oauth.authdispatcher.matcher
 
ResourceOwnerPasswordCredentialsFlowMatcher() - Constructor for class de.adorsys.oauth.authdispatcher.matcher.ResourceOwnerPasswordCredentialsFlowMatcher
 

S

setCharacterEncoding(String) - Method in class de.adorsys.oauth.authdispatcher.matcher.StatelessFormAuthenticator
 
setContainer(Container) - Method in class de.adorsys.oauth.authdispatcher.OAuthAuthenticationDispatcher
 
setController(ObjectName) - Method in class de.adorsys.oauth.authdispatcher.OAuthAuthenticationDispatcher
 
setNext(Valve) - Method in class de.adorsys.oauth.authdispatcher.OAuthAuthenticationDispatcher
 
setObjectName(ObjectName) - Method in class de.adorsys.oauth.authdispatcher.OAuthAuthenticationDispatcher
 
StatelessFormAuthenticator - Class in de.adorsys.oauth.authdispatcher.matcher
 
StatelessFormAuthenticator() - Constructor for class de.adorsys.oauth.authdispatcher.matcher.StatelessFormAuthenticator
 
supports(String) - Method in class de.adorsys.oauth.authdispatcher.OAuthAuthenticationDispatcher
 

V

valve - Variable in class de.adorsys.oauth.authdispatcher.matcher.BaseAuthenticatorMatcher
 
valves() - Method in interface de.adorsys.oauth.authdispatcher.AuthenticatorMatcher
 
valves() - Method in class de.adorsys.oauth.authdispatcher.matcher.BaseAuthenticatorMatcher
 
A B C D E F G H I L M O R S V 
Skip navigation links

Copyright © 2015-2016. All Rights Reserved.