public class CustomMembershipLoginModule
extends org.exoplatform.services.security.jaas.AbstractLoginModule
| Constructor and Description |
|---|
CustomMembershipLoginModule() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
abort() |
protected void |
afterInitialize()
Read values from configuration.
|
boolean |
commit() |
protected org.exoplatform.services.log.Log |
getLogger() |
boolean |
login() |
boolean |
logout() |
protected void afterInitialize()
afterInitialize in class org.exoplatform.services.security.jaas.AbstractLoginModulepublic boolean login()
throws LoginException
LoginExceptionLoginModule.login()public boolean commit()
throws LoginException
LoginExceptionLoginModule.commit()public boolean abort()
throws LoginException
LoginExceptionLoginModule.abort()public boolean logout()
throws LoginException
LoginExceptionLoginModule.logout()protected org.exoplatform.services.log.Log getLogger()
getLogger in class org.exoplatform.services.security.jaas.AbstractLoginModuleCopyright © 2016 JBoss by Red Hat. All Rights Reserved.