Package org.gatein.security.sso.spnego
Class SPNEGOSSOLoginModule
java.lang.Object
org.exoplatform.services.security.jaas.AbstractLoginModule
org.gatein.security.sso.spnego.SPNEGOSSOLoginModule
- All Implemented Interfaces:
LoginModule
public class SPNEGOSSOLoginModule
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
-
OPTION_ENABLE_FALLBACK_FORM_AUTHENTICATION
- See Also:
-
-
Constructor Details
-
SPNEGOSSOLoginModule
public SPNEGOSSOLoginModule()
-
-
Method Details
-
getLogger
protected org.exoplatform.services.log.Log getLogger()- Specified by:
getLoggerin classorg.exoplatform.services.security.jaas.AbstractLoginModule
-
login
- Throws:
LoginException
-
commit
- Throws:
LoginException
-
abort
- Throws:
LoginException
-
logout
- Throws:
LoginException
-
establishSecurityContext
protected void establishSecurityContext(org.exoplatform.container.ExoContainer container, String username) throws Exception - Throws:
Exception
-