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 QName
COMPLEX_TYPE
protected Integer
expiration
static ItemName
F_EXPIRATION
static ItemName
F_LOCK_AFTER_EXPIRATION
static ItemName
F_MIN_PASSWORD_AGE
static ItemName
F_PASSWORD_HISTORY_LENGTH
static ItemName
F_WARN_BEFORE_EXPIRATION
protected Integer
lockAfterExpiration
protected Integer
minPasswordAge
protected Integer
passwordHistoryLength
protected Integer
warnBeforeExpiration
-
Constructor Summary
Constructors Constructor Description PasswordLifeTimeType()
Creates a newPasswordLifeTimeType
instance.PasswordLifeTimeType(PasswordLifeTimeType o)
Creates a newPasswordLifeTimeType
instance by deeply copying a givenPasswordLifeTimeType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
PasswordLifeTimeType
clone()
Creates and returns a deep copy of this object.boolean
equals(Object object)
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)
PasswordLifeTimeType
expiration(Integer value)
Integer
getExpiration()
Gets the value of the expiration property.Integer
getLockAfterExpiration()
Gets the value of the lockAfterExpiration property.Integer
getMinPasswordAge()
Gets the value of the minPasswordAge property.Integer
getPasswordHistoryLength()
Gets the value of the passwordHistoryLength property.Integer
getWarnBeforeExpiration()
Gets the value of the warnBeforeExpiration property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
PasswordLifeTimeType
lockAfterExpiration(Integer value)
PasswordLifeTimeType
minPasswordAge(Integer value)
PasswordLifeTimeType
passwordHistoryLength(Integer value)
void
setExpiration(Integer value)
Sets the value of the expiration property.void
setLockAfterExpiration(Integer value)
Sets the value of the lockAfterExpiration property.void
setMinPasswordAge(Integer value)
Sets the value of the minPasswordAge property.void
setPasswordHistoryLength(Integer value)
Sets the value of the passwordHistoryLength property.void
setWarnBeforeExpiration(Integer value)
Sets the value of the warnBeforeExpiration property.String
toString()
Generates a String representation of the contents of this type.PasswordLifeTimeType
warnBeforeExpiration(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 newPasswordLifeTimeType
instance.
-
PasswordLifeTimeType
public PasswordLifeTimeType(PasswordLifeTimeType o)
Creates a newPasswordLifeTimeType
instance by deeply copying a givenPasswordLifeTimeType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
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:
hashCode
in 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:
equals
in 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:
accept
in interfaceJaxbVisitable
-
clone
public PasswordLifeTimeType clone()
Creates and returns a deep copy of this object.
-
-