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