Package org.gatein.sso.agent.login
Class SSOLoginModule
java.lang.Object
org.exoplatform.services.security.jaas.AbstractLoginModule
org.gatein.sso.agent.login.SSOLoginModule
- All Implemented Interfaces:
LoginModule
public final class SSOLoginModule
extends org.exoplatform.services.security.jaas.AbstractLoginModule
-
Field Summary
FieldsFields inherited from class org.exoplatform.services.security.jaas.AbstractLoginModule
callbackHandler, options, realmName, sharedState, subject -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.exoplatform.services.security.jaas.AbstractLoginModule
afterInitialize, getContainer, initialize
-
Field Details
-
AUTHENTICATED_CREDENTIALS
- See Also:
-
-
Constructor Details
-
SSOLoginModule
public SSOLoginModule()
-
-
Method Details
-
login
- Throws:
LoginException
-
logout
- Throws:
LoginException
-
abort
- Throws:
LoginException
-
commit
- Throws:
LoginException
-
getLogger
protected org.exoplatform.services.log.Log getLogger()- Specified by:
getLoggerin classorg.exoplatform.services.security.jaas.AbstractLoginModule
-
getCurrentHttpServletRequest
protected jakarta.servlet.http.HttpServletRequest getCurrentHttpServletRequest()
-