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- Author:
- Sohil Shah
-
-
Constructor Summary
Constructors Constructor Description SSOLoginModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanabort()booleancommit()protected javax.servlet.http.HttpServletRequestgetCurrentHttpServletRequest()protected org.exoplatform.services.log.LoggetLogger()booleanlogin()booleanlogout()
-
-
-
Method Detail
-
login
public boolean login() throws LoginException- Throws:
LoginException
-
logout
public boolean logout() throws LoginException- Throws:
LoginException
-
abort
public boolean abort() throws LoginException- Throws:
LoginException
-
commit
public boolean commit() throws LoginException- Throws:
LoginException
-
getLogger
protected org.exoplatform.services.log.Log getLogger()
- Specified by:
getLoggerin classorg.exoplatform.services.security.jaas.AbstractLoginModule
-
getCurrentHttpServletRequest
protected javax.servlet.http.HttpServletRequest getCurrentHttpServletRequest()
-
-