gov.nih.nci.cagrid.dorian.conf
Class PasswordSecurityPolicy

java.lang.Object
  extended by gov.nih.nci.cagrid.dorian.conf.PasswordSecurityPolicy
All Implemented Interfaces:
java.io.Serializable

public class PasswordSecurityPolicy
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

PasswordSecurityPolicy

public PasswordSecurityPolicy()

PasswordSecurityPolicy

public PasswordSecurityPolicy(LockoutTime lockoutTime,
                              int maxConsecutiveInvalidLogins,
                              int maxTotalInvalidLogins)
Method Detail

getLockoutTime

public LockoutTime getLockoutTime()
Gets the lockoutTime value for this PasswordSecurityPolicy.

Returns:
lockoutTime

setLockoutTime

public void setLockoutTime(LockoutTime lockoutTime)
Sets the lockoutTime value for this PasswordSecurityPolicy.

Parameters:
lockoutTime -

getMaxConsecutiveInvalidLogins

public int getMaxConsecutiveInvalidLogins()
Gets the maxConsecutiveInvalidLogins value for this PasswordSecurityPolicy.

Returns:
maxConsecutiveInvalidLogins

setMaxConsecutiveInvalidLogins

public void setMaxConsecutiveInvalidLogins(int maxConsecutiveInvalidLogins)
Sets the maxConsecutiveInvalidLogins value for this PasswordSecurityPolicy.

Parameters:
maxConsecutiveInvalidLogins -

getMaxTotalInvalidLogins

public int getMaxTotalInvalidLogins()
Gets the maxTotalInvalidLogins value for this PasswordSecurityPolicy.

Returns:
maxTotalInvalidLogins

setMaxTotalInvalidLogins

public void setMaxTotalInvalidLogins(int maxTotalInvalidLogins)
Sets the maxTotalInvalidLogins value for this PasswordSecurityPolicy.

Parameters:
maxTotalInvalidLogins -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer