Class ResourcePasswordDefinitionType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ResourcePasswordDefinitionType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class ResourcePasswordDefinitionType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_CACHING
static ItemName
F_COMPARE_STRATEGY
static ItemName
F_FETCH_STRATEGY
static ItemName
F_INBOUND
static ItemName
F_OUTBOUND
static Producer<ResourcePasswordDefinitionType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ResourcePasswordDefinitionType()
ResourcePasswordDefinitionType(PrismContext context)
Deprecated.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_FETCH_STRATEGY
public static final ItemName F_FETCH_STRATEGY
-
F_COMPARE_STRATEGY
public static final ItemName F_COMPARE_STRATEGY
-
F_OUTBOUND
public static final ItemName F_OUTBOUND
-
F_INBOUND
public static final ItemName F_INBOUND
-
F_CACHING
public static final ItemName F_CACHING
-
FACTORY
public static final Producer<ResourcePasswordDefinitionType> FACTORY
-
-
Constructor Detail
-
ResourcePasswordDefinitionType
public ResourcePasswordDefinitionType()
-
ResourcePasswordDefinitionType
@Deprecated public ResourcePasswordDefinitionType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getFetchStrategy
public AttributeFetchStrategyType getFetchStrategy()
-
setFetchStrategy
public void setFetchStrategy(AttributeFetchStrategyType value)
-
getCompareStrategy
public PasswordCompareStrategyType getCompareStrategy()
-
setCompareStrategy
public void setCompareStrategy(PasswordCompareStrategyType value)
-
getOutbound
public List<MappingType> getOutbound()
-
createOutboundList
public List<MappingType> createOutboundList()
-
getInbound
public List<MappingType> getInbound()
-
createInboundList
public List<MappingType> createInboundList()
-
getCaching
public CachingPolicyType getCaching()
-
setCaching
public void setCaching(CachingPolicyType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public ResourcePasswordDefinitionType id(Long value)
-
fetchStrategy
public ResourcePasswordDefinitionType fetchStrategy(AttributeFetchStrategyType value)
-
compareStrategy
public ResourcePasswordDefinitionType compareStrategy(PasswordCompareStrategyType value)
-
outbound
public ResourcePasswordDefinitionType outbound(MappingType value)
-
beginOutbound
public MappingType beginOutbound()
-
inbound
public ResourcePasswordDefinitionType inbound(MappingType value)
-
beginInbound
public MappingType beginInbound()
-
caching
public ResourcePasswordDefinitionType caching(CachingPolicyType value)
-
beginCaching
public CachingPolicyType beginCaching()
-
end
public <X> X end()
-
clone
public ResourcePasswordDefinitionType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-