public class PortalLoginModule
extends org.exoplatform.services.security.jaas.AbstractLoginModule
commit(). Other cluster nodes can than read these credentials in method login(), and can reuse them to
relogin.| Modifier and Type | Field and Description |
|---|---|
static String |
AUTHENTICATED_CREDENTIALS
Deprecated.
|
| Constructor and Description |
|---|
PortalLoginModule()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
abort()
Deprecated.
|
boolean |
commit()
Deprecated.
|
protected org.exoplatform.services.log.Log |
getLogger()
Deprecated.
|
protected void |
handleCredentialsRemoving(javax.servlet.http.HttpServletRequest request)
Deprecated.
Remove credentials of authenticated user from AuthenticationRegistry.
|
protected static boolean |
isClusteredSSO()
Deprecated.
|
boolean |
login()
Deprecated.
|
boolean |
logout()
Deprecated.
|
public static final String AUTHENTICATED_CREDENTIALS
public 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.AbstractLoginModuleprotected static boolean isClusteredSSO()
protected void handleCredentialsRemoving(javax.servlet.http.HttpServletRequest request)
request - httpRequestCopyright © 2018 JBoss by Red Hat. All Rights Reserved.