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="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  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

lifetime

protected PasswordLifeTimeType lifetime

stringPolicy

protected StringPolicyType stringPolicy
Constructor Detail

PasswordPolicyType

public PasswordPolicyType()
Method Detail

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

toString

public java.lang.String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class ObjectType


Copyright © 2011 evolveum. All Rights Reserved.