|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_2a.PasswordLifeTimeType
public class PasswordLifeTimeType
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>
| Field Summary | |
|---|---|
static QName |
COMPLEX_TYPE
|
protected Integer |
expiration
|
static QName |
F_EXPIRATION
|
static QName |
F_LOCK_AFTER_EXPIRATION
|
static QName |
F_MIN_PASSWORD_AGE
|
static QName |
F_PASSWORD_HISTORY_LENGTH
|
static QName |
F_WARN_BEFORE_EXPIRATION
|
protected Integer |
lockAfterExpiration
|
protected Integer |
minPasswordAge
|
protected Integer |
passwordHistoryLength
|
protected Integer |
warnBeforeExpiration
|
| Constructor Summary | |
|---|---|
PasswordLifeTimeType()
Creates a new PasswordLifeTimeType instance. |
|
PasswordLifeTimeType(PasswordLifeTimeType o)
Creates a new PasswordLifeTimeType instance by deeply copying a given PasswordLifeTimeType instance. |
|
| Method Summary | |
|---|---|
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)
|
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)
|
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. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Integer expiration
protected Integer warnBeforeExpiration
protected Integer lockAfterExpiration
protected Integer minPasswordAge
protected Integer passwordHistoryLength
public static final QName COMPLEX_TYPE
public static final QName F_EXPIRATION
public static final QName F_WARN_BEFORE_EXPIRATION
public static final QName F_LOCK_AFTER_EXPIRATION
public static final QName F_MIN_PASSWORD_AGE
public static final QName F_PASSWORD_HISTORY_LENGTH
| Constructor Detail |
|---|
public PasswordLifeTimeType()
PasswordLifeTimeType instance.
public PasswordLifeTimeType(PasswordLifeTimeType o)
PasswordLifeTimeType instance by deeply copying a given PasswordLifeTimeType instance.
o - The instance to copy.
NullPointerException - if o is null.| Method Detail |
|---|
public Integer getExpiration()
Integerpublic void setExpiration(Integer value)
value - allowed object is
Integerpublic Integer getWarnBeforeExpiration()
Integerpublic void setWarnBeforeExpiration(Integer value)
value - allowed object is
Integerpublic Integer getLockAfterExpiration()
Integerpublic void setLockAfterExpiration(Integer value)
value - allowed object is
Integerpublic Integer getMinPasswordAge()
Integerpublic void setMinPasswordAge(Integer value)
value - allowed object is
Integerpublic Integer getPasswordHistoryLength()
Integerpublic void setPasswordHistoryLength(Integer value)
value - allowed object is
Integerpublic String toString()
toString in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class Object
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)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(Object object)
equals in class Objectpublic PasswordLifeTimeType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||