public class PortableLoginModule
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
PortableLoginModule.LoginModuleControlFlag
Enum which acts as a flag for the login module
|
Constructor and Description |
---|
PortableLoginModule(java.lang.String loginModuleName, java.lang.String clzName, PortableLoginModule.LoginModuleControlFlag controlFlag, java.util.Map<java.lang.String,java.lang.String> options)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static PortableLoginModule |
from(javax.management.openmbean.CompositeData cd)
Create an instance of the model specific class out of an associated CompositeData instance.
|
java.lang.String |
getClassName() |
PortableLoginModule.LoginModuleControlFlag |
getControlFlag() |
java.lang.String |
getLoginModuleName() |
java.util.Map<java.lang.String,java.lang.String> |
getOptions() |
int |
hashCode() |
javax.management.openmbean.CompositeData |
toCompositeData(javax.management.openmbean.CompositeType ct)
Convert an instance of this model specific type to a CompositeData.
|
static javax.management.openmbean.CompositeType |
toCompositeType()
Returns the CompositeType that describes this model specific class
|
java.lang.String |
toString() |
@ConstructorProperties(value={"LoginModuleName","ClassName","LoginModuleControlFlag","options"}) public PortableLoginModule(java.lang.String loginModuleName, java.lang.String clzName, PortableLoginModule.LoginModuleControlFlag controlFlag, java.util.Map<java.lang.String,java.lang.String> options)
loginModuleName
- Name of the Login ModulecontrolFlag
- Control Flag associated with the Login Moduleoptions
- Options that are associated with the Login Modulepublic PortableLoginModule.LoginModuleControlFlag getControlFlag()
public java.lang.String getLoginModuleName()
public java.lang.String getClassName()
public java.util.Map<java.lang.String,java.lang.String> getOptions()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static javax.management.openmbean.CompositeType toCompositeType()
public javax.management.openmbean.CompositeData toCompositeData(javax.management.openmbean.CompositeType ct)
ct
- - This parameter is there only for future compatibility reasons with JDK 6.0. It can be ignored at this point.public static PortableLoginModule from(javax.management.openmbean.CompositeData cd)
cd
- Composite Data which has information regarding the object