public class ResourcePasswordDefinitionType extends Object implements Serializable, Cloneable, Containerable
Java class for ResourcePasswordDefinitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourcePasswordDefinitionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="fetchStrategy" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AttributeFetchStrategyType" minOccurs="0"/> <element name="outbound" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MappingType" maxOccurs="unbounded" minOccurs="0"/> <element name="inbound" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MappingType" maxOccurs="unbounded" minOccurs="0"/> <element name="passwordPolicyRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_FETCH_STRATEGY |
static QName |
F_INBOUND |
static QName |
F_OUTBOUND |
static QName |
F_PASSWORD_POLICY_REF |
Constructor and Description |
---|
ResourcePasswordDefinitionType() |
ResourcePasswordDefinitionType(PrismContext prismContext) |
public static final QName COMPLEX_TYPE
public static final QName F_FETCH_STRATEGY
public static final QName F_OUTBOUND
public static final QName F_INBOUND
public static final QName F_PASSWORD_POLICY_REF
public ResourcePasswordDefinitionType()
public ResourcePasswordDefinitionType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
public <X> X end()
public AttributeFetchStrategyType getFetchStrategy()
public void setFetchStrategy(AttributeFetchStrategyType value)
public List<MappingType> getOutbound()
public List<MappingType> createOutboundList()
public List<MappingType> getInbound()
public List<MappingType> createInboundList()
public ObjectReferenceType getPasswordPolicyRef()
public void setPasswordPolicyRef(ObjectReferenceType value)
public ResourcePasswordDefinitionType fetchStrategy(AttributeFetchStrategyType value)
public ResourcePasswordDefinitionType outbound(MappingType value)
public MappingType beginOutbound()
public ResourcePasswordDefinitionType inbound(MappingType value)
public MappingType beginInbound()
public ResourcePasswordDefinitionType passwordPolicyRef(ObjectReferenceType value)
public ResourcePasswordDefinitionType passwordPolicyRef(String oid, QName type)
public ResourcePasswordDefinitionType passwordPolicyRef(String oid, QName type, QName relation)
public ObjectReferenceType beginPasswordPolicyRef()
public ResourcePasswordDefinitionType clone()
Copyright © 2017 Evolveum. All rights reserved.