Package com.mapr.security.simplesasl
Class GenericLoginModule
java.lang.Object
com.mapr.security.simplesasl.GenericLoginModule
- All Implemented Interfaces:
LoginModule
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final booleanA public static variable to indicate the current java vendor is IBM java or not.static final StringThe java vendor name used in this platform. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
JAVA_VENDOR_NAME
The java vendor name used in this platform. -
IBM_JAVA
public static final boolean IBM_JAVAA public static variable to indicate the current java vendor is IBM java or not.
-
-
Constructor Details
-
GenericLoginModule
public GenericLoginModule()
-
-
Method Details
-
abort
- Specified by:
abortin interfaceLoginModule- Throws:
LoginException
-
commit
- Specified by:
commitin interfaceLoginModule- Throws:
LoginException
-
initialize
- Specified by:
initializein interfaceLoginModule
-
login
- Specified by:
loginin interfaceLoginModule- Throws:
LoginException
-
logout
- Specified by:
logoutin interfaceLoginModule- Throws:
LoginException
-