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:
abort
in interfaceLoginModule
- Throws:
LoginException
-
commit
Deprecated.- Specified by:
commit
in interfaceLoginModule
- Throws:
LoginException
-
initialize
public void initialize(Subject subject, CallbackHandler callbackHandler, Map<String, ?> sharedState, Map<String, ?> options) Deprecated.- Specified by:
initialize
in interfaceLoginModule
-
login
Deprecated.- Specified by:
login
in interfaceLoginModule
- Throws:
LoginException
-
logout
Deprecated.- Specified by:
logout
in interfaceLoginModule
- Throws:
LoginException
-