Class PasswordLifeTimeType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.PasswordLifeTimeType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class PasswordLifeTimeType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for PasswordLifeTimeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PasswordLifeTimeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="expiration" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="warnBeforeExpiration" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="0"/> </restriction> </simpleType> </element> <element name="lockAfterExpiration" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="0"/> </restriction> </simpleType> </element> <element name="minPasswordAge" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="passwordHistoryLength" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEprotected Integerexpirationstatic ItemNameF_EXPIRATIONstatic ItemNameF_LOCK_AFTER_EXPIRATIONstatic ItemNameF_MIN_PASSWORD_AGEstatic ItemNameF_PASSWORD_HISTORY_LENGTHstatic ItemNameF_WARN_BEFORE_EXPIRATIONprotected IntegerlockAfterExpirationprotected IntegerminPasswordAgeprotected IntegerpasswordHistoryLengthprotected IntegerwarnBeforeExpiration
-
Constructor Summary
Constructors Constructor Description PasswordLifeTimeType()Creates a newPasswordLifeTimeTypeinstance.PasswordLifeTimeType(PasswordLifeTimeType o)Creates a newPasswordLifeTimeTypeinstance by deeply copying a givenPasswordLifeTimeTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)PasswordLifeTimeTypeclone()Creates and returns a deep copy of this object.booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)PasswordLifeTimeTypeexpiration(Integer value)IntegergetExpiration()Gets the value of the expiration property.IntegergetLockAfterExpiration()Gets the value of the lockAfterExpiration property.IntegergetMinPasswordAge()Gets the value of the minPasswordAge property.IntegergetPasswordHistoryLength()Gets the value of the passwordHistoryLength property.IntegergetWarnBeforeExpiration()Gets the value of the warnBeforeExpiration property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)PasswordLifeTimeTypelockAfterExpiration(Integer value)PasswordLifeTimeTypeminPasswordAge(Integer value)PasswordLifeTimeTypepasswordHistoryLength(Integer value)voidsetExpiration(Integer value)Sets the value of the expiration property.voidsetLockAfterExpiration(Integer value)Sets the value of the lockAfterExpiration property.voidsetMinPasswordAge(Integer value)Sets the value of the minPasswordAge property.voidsetPasswordHistoryLength(Integer value)Sets the value of the passwordHistoryLength property.voidsetWarnBeforeExpiration(Integer value)Sets the value of the warnBeforeExpiration property.StringtoString()Generates a String representation of the contents of this type.PasswordLifeTimeTypewarnBeforeExpiration(Integer value)
-
-
-
Field Detail
-
expiration
protected Integer expiration
-
warnBeforeExpiration
protected Integer warnBeforeExpiration
-
lockAfterExpiration
protected Integer lockAfterExpiration
-
minPasswordAge
protected Integer minPasswordAge
-
passwordHistoryLength
protected Integer passwordHistoryLength
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_EXPIRATION
public static final ItemName F_EXPIRATION
-
F_WARN_BEFORE_EXPIRATION
public static final ItemName F_WARN_BEFORE_EXPIRATION
-
F_LOCK_AFTER_EXPIRATION
public static final ItemName F_LOCK_AFTER_EXPIRATION
-
F_MIN_PASSWORD_AGE
public static final ItemName F_MIN_PASSWORD_AGE
-
F_PASSWORD_HISTORY_LENGTH
public static final ItemName F_PASSWORD_HISTORY_LENGTH
-
-
Constructor Detail
-
PasswordLifeTimeType
public PasswordLifeTimeType()
Creates a newPasswordLifeTimeTypeinstance.
-
PasswordLifeTimeType
public PasswordLifeTimeType(PasswordLifeTimeType o)
Creates a newPasswordLifeTimeTypeinstance by deeply copying a givenPasswordLifeTimeTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getExpiration
public Integer getExpiration()
Gets the value of the expiration property.- Returns:
- possible object is
Integer
-
setExpiration
public void setExpiration(Integer value)
Sets the value of the expiration property.- Parameters:
value- allowed object isInteger
-
getWarnBeforeExpiration
public Integer getWarnBeforeExpiration()
Gets the value of the warnBeforeExpiration property.- Returns:
- possible object is
Integer
-
setWarnBeforeExpiration
public void setWarnBeforeExpiration(Integer value)
Sets the value of the warnBeforeExpiration property.- Parameters:
value- allowed object isInteger
-
getLockAfterExpiration
public Integer getLockAfterExpiration()
Gets the value of the lockAfterExpiration property.- Returns:
- possible object is
Integer
-
setLockAfterExpiration
public void setLockAfterExpiration(Integer value)
Sets the value of the lockAfterExpiration property.- Parameters:
value- allowed object isInteger
-
getMinPasswordAge
public Integer getMinPasswordAge()
Gets the value of the minPasswordAge property.- Returns:
- possible object is
Integer
-
setMinPasswordAge
public void setMinPasswordAge(Integer value)
Sets the value of the minPasswordAge property.- Parameters:
value- allowed object isInteger
-
getPasswordHistoryLength
public Integer getPasswordHistoryLength()
Gets the value of the passwordHistoryLength property.- Returns:
- possible object is
Integer
-
setPasswordHistoryLength
public void setPasswordHistoryLength(Integer value)
Sets the value of the passwordHistoryLength property.- Parameters:
value- allowed object isInteger
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals
-
expiration
public PasswordLifeTimeType expiration(Integer value)
-
warnBeforeExpiration
public PasswordLifeTimeType warnBeforeExpiration(Integer value)
-
lockAfterExpiration
public PasswordLifeTimeType lockAfterExpiration(Integer value)
-
minPasswordAge
public PasswordLifeTimeType minPasswordAge(Integer value)
-
passwordHistoryLength
public PasswordLifeTimeType passwordHistoryLength(Integer value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable
-
clone
public PasswordLifeTimeType clone()
Creates and returns a deep copy of this object.
-
-