public class ValuePolicyType extends ObjectType implements Serializable, Cloneable
Java class for ValuePolicyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValuePolicyType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectType"> <sequence> <element name="lifetime" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PasswordLifeTimeType"/> <element name="stringPolicy" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}StringPolicyType"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_LIFETIME |
static QName |
F_STRING_POLICY |
F_DESCRIPTION, F_EXTENSION, F_FETCH_RESULT, F_METADATA, F_NAME, F_PARENT_ORG, F_PARENT_ORG_REF, F_TENANT_REF, F_TRIGGER
Constructor and Description |
---|
ValuePolicyType() |
ValuePolicyType(com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
ValuePolicyType |
clone() |
PasswordLifeTimeType |
getLifetime() |
StringPolicyType |
getStringPolicy() |
void |
setLifetime(PasswordLifeTimeType value) |
void |
setStringPolicy(StringPolicyType value) |
asPrismContainer, asPrismContainerValue, asPrismObject, equals, getDescription, getExtension, getFetchResult, getMetadata, getName, getOid, getParentOrg, getParentOrgRef, getTenantRef, getTrigger, getVersion, hashCode, setDescription, setExtension, setFetchResult, setMetadata, setName, setOid, setTenantRef, setupContainer, setupContainerValue, setVersion, toDebugName, toDebugType, toString
public static final QName COMPLEX_TYPE
public static final QName F_LIFETIME
public static final QName F_STRING_POLICY
public ValuePolicyType()
public ValuePolicyType(com.evolveum.midpoint.prism.PrismContext prismContext)
public PasswordLifeTimeType getLifetime()
public void setLifetime(PasswordLifeTimeType value)
public StringPolicyType getStringPolicy()
public void setStringPolicy(StringPolicyType value)
public ValuePolicyType clone()
clone
in class ObjectType
Copyright © 2014 Evolveum. All rights reserved.