Package org.gatein.sso.integration
Class SSODelegateLoginModule
java.lang.Object
org.gatein.sso.integration.SSODelegateLoginModule
- All Implemented Interfaces:
LoginModule
Delegates work to another login module configured through option 'delegateClassName'
- Author:
- Marek Posolda
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SSODelegateLoginModule
public SSODelegateLoginModule()
-
-
Method Details
-
initialize
public void initialize(Subject subject, CallbackHandler callbackHandler, Map<String, ?> sharedState, Map<String, ?> options) - Specified by:
initializein interfaceLoginModule
-
login
- Specified by:
loginin interfaceLoginModule- Throws:
LoginException
-
commit
- Specified by:
commitin interfaceLoginModule- Throws:
LoginException
-
abort
- Specified by:
abortin interfaceLoginModule- Throws:
LoginException
-
logout
- Specified by:
logoutin interfaceLoginModule- Throws:
LoginException
-