Class PortalLoginModule
Object
com.liferay.portal.kernel.security.jaas.PortalLoginModule
- All Implemented Interfaces:
LoginModule
Deprecated.
As of Cavanaugh (7.4.x), with no direct replacement
- Author:
- Brian Wing Shun Chan
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PortalLoginModule
public PortalLoginModule()Deprecated.
-
-
Method Details
-
abort
Deprecated.- Specified by:
abortin interfaceLoginModule- Throws:
LoginException
-
commit
Deprecated.- Specified by:
commitin interfaceLoginModule- Throws:
LoginException
-
initialize
public void initialize(Subject subject, CallbackHandler callbackHandler, Map<String, ?> sharedState, Map<String, ?> options) Deprecated.- Specified by:
initializein interfaceLoginModule
-
login
Deprecated.- Specified by:
loginin interfaceLoginModule- Throws:
LoginException
-
logout
Deprecated.- Specified by:
logoutin interfaceLoginModule- Throws:
LoginException
-