| Class | Description |
|---|---|
| DelegatingLoginModule |
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 |
| HTTPAuthenticationLoginModule |
HTTPAuthenticationLoginModule
|
| LdapPwCheckLoginModule |
This login module checks the password by an ldap bind.
|
| OAuthClientIdLoginModule |
Copyright © 2015-2016. All Rights Reserved.