|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nci.cagrid.dorian.conf.PasswordSecurityPolicy
public class PasswordSecurityPolicy
| Constructor Summary | |
|---|---|
PasswordSecurityPolicy()
|
|
PasswordSecurityPolicy(LockoutTime lockoutTime,
int maxConsecutiveInvalidLogins,
int maxTotalInvalidLogins)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
LockoutTime |
getLockoutTime()
Gets the lockoutTime value for this PasswordSecurityPolicy. |
int |
getMaxConsecutiveInvalidLogins()
Gets the maxConsecutiveInvalidLogins value for this PasswordSecurityPolicy. |
int |
getMaxTotalInvalidLogins()
Gets the maxTotalInvalidLogins value for this PasswordSecurityPolicy. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setLockoutTime(LockoutTime lockoutTime)
Sets the lockoutTime value for this PasswordSecurityPolicy. |
void |
setMaxConsecutiveInvalidLogins(int maxConsecutiveInvalidLogins)
Sets the maxConsecutiveInvalidLogins value for this PasswordSecurityPolicy. |
void |
setMaxTotalInvalidLogins(int maxTotalInvalidLogins)
Sets the maxTotalInvalidLogins value for this PasswordSecurityPolicy. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PasswordSecurityPolicy()
public PasswordSecurityPolicy(LockoutTime lockoutTime,
int maxConsecutiveInvalidLogins,
int maxTotalInvalidLogins)
| Method Detail |
|---|
public LockoutTime getLockoutTime()
public void setLockoutTime(LockoutTime lockoutTime)
lockoutTime - public int getMaxConsecutiveInvalidLogins()
public void setMaxConsecutiveInvalidLogins(int maxConsecutiveInvalidLogins)
maxConsecutiveInvalidLogins - public int getMaxTotalInvalidLogins()
public void setMaxTotalInvalidLogins(int maxTotalInvalidLogins)
maxTotalInvalidLogins - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||