|
||||||||||
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 | |
---|---|
protected PasswordLifeTimeType |
lifetime
|
protected StringPolicyType |
stringPolicy
|
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectType |
---|
description, name, oid, version |
Constructor Summary | |
---|---|
PasswordPolicyType()
|
Method Summary | |
---|---|
PasswordLifeTimeType |
getLifetime()
Gets the value of the lifetime property. |
StringPolicyType |
getStringPolicy()
Gets the value of the stringPolicy property. |
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, getName, getOid, getVersion, setDescription, setName, setOid, setVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected PasswordLifeTimeType lifetime
protected StringPolicyType stringPolicy
Constructor Detail |
---|
public PasswordPolicyType()
Method Detail |
---|
public PasswordLifeTimeType getLifetime()
PasswordLifeTimeType
public void setLifetime(PasswordLifeTimeType value)
value
- allowed object is
PasswordLifeTimeType
public StringPolicyType getStringPolicy()
StringPolicyType
public void setStringPolicy(StringPolicyType value)
value
- allowed object is
StringPolicyType
public java.lang.String toString()
toString
in class ObjectType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |