|
||||||||||
| 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_1.ObjectType
com.evolveum.midpoint.xml.ns._public.common.common_1.PasswordPolicyType
public class PasswordPolicyType
Java class for PasswordPolicyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PasswordPolicyType">
<complexContent>
<extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ObjectType">
<sequence>
<element name="lifetime" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}PasswordLifeTimeType"/>
<element name="stringPolicy" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}StringPolicyType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
static javax.xml.namespace.QName |
COMPLEX_TYPE
|
static javax.xml.namespace.QName |
F_LIFETIME
|
static javax.xml.namespace.QName |
F_STRING_POLICY
|
protected PasswordLifeTimeType |
lifetime
|
protected StringPolicyType |
stringPolicy
|
| Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectType |
|---|
description, F_DESCRIPTION, F_FETCH_RESULT, F_NAME, F_VERSION, fetchResult, name, oid, version |
| Constructor Summary | |
|---|---|
PasswordPolicyType()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
PasswordLifeTimeType |
getLifetime()
Gets the value of the lifetime property. |
StringPolicyType |
getStringPolicy()
Gets the value of the stringPolicy property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setLifetime(PasswordLifeTimeType value)
Sets the value of the lifetime property. |
void |
setStringPolicy(StringPolicyType value)
Sets the value of the stringPolicy property. |
java.lang.String |
toString()
Generates a String representation of the contents of this type. |
| Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectType |
|---|
getDescription, getFetchResult, getName, getOid, getVersion, setDescription, setFetchResult, setName, setOid, setVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected PasswordLifeTimeType lifetime
protected StringPolicyType stringPolicy
public static final javax.xml.namespace.QName COMPLEX_TYPE
public static final javax.xml.namespace.QName F_LIFETIME
public static final javax.xml.namespace.QName F_STRING_POLICY
| Constructor Detail |
|---|
public PasswordPolicyType()
| Method Detail |
|---|
public PasswordLifeTimeType getLifetime()
PasswordLifeTimeTypepublic void setLifetime(PasswordLifeTimeType value)
value - allowed object is
PasswordLifeTimeTypepublic StringPolicyType getStringPolicy()
StringPolicyTypepublic void setStringPolicy(StringPolicyType value)
value - allowed object is
StringPolicyTypepublic java.lang.String toString()
toString in class ObjectType
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.HashCodehashCode in class ObjectTypepublic int hashCode()
hashCode in class ObjectType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class ObjectTypepublic boolean equals(java.lang.Object object)
equals in class ObjectType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||