com.evolveum.midpoint.xml.ns._public.common.common_1
Class PasswordPolicyType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectType
      extended by com.evolveum.midpoint.xml.ns._public.common.common_1.PasswordPolicyType
All Implemented Interfaces:
java.io.Serializable

public class PasswordPolicyType
extends ObjectType
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

description

protected java.lang.String description

lifetime

protected PasswordLifeTimeType lifetime

stringPolicy

protected StringPolicyType stringPolicy
Constructor Detail

PasswordPolicyType

public PasswordPolicyType()
Method Detail

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getLifetime

public PasswordLifeTimeType getLifetime()
Gets the value of the lifetime property.

Returns:
possible object is PasswordLifeTimeType

setLifetime

public void setLifetime(PasswordLifeTimeType value)
Sets the value of the lifetime property.

Parameters:
value - allowed object is PasswordLifeTimeType

getStringPolicy

public StringPolicyType getStringPolicy()
Gets the value of the stringPolicy property.

Returns:
possible object is StringPolicyType

setStringPolicy

public void setStringPolicy(StringPolicyType value)
Sets the value of the stringPolicy property.

Parameters:
value - allowed object is StringPolicyType


Copyright © 2011 evolveum. All Rights Reserved.