Class IdMatchCorrelatorType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractCorrelatorType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.IdMatchCorrelatorType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class IdMatchCorrelatorType extends AbstractCorrelatorType
Correlation using ID Match service. See https://spaces.at.internet2.edu/display/cifer/SOR-Registry+Strawman+ID+Match+API. This structure is temporary/experimental. It will be changed before 4.5 release.- 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_FOLLOW_ON
static ItemName
F_PASSWORD
static ItemName
F_SOR_IDENTIFIER_PREFIX
static ItemName
F_SOR_IDENTIFIER_PROPERTY
static ItemName
F_SOR_LABEL
static ItemName
F_URL
static ItemName
F_USERNAME
static Producer<IdMatchCorrelatorType>
FACTORY
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractCorrelatorType
F_AUTHORITY, F_DEFINITIONS, F_DESCRIPTION, F_DISPLAY_NAME, F_DOCUMENTATION, F_EXTENDING, F_NAME, F_ORDER, F_USING
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description IdMatchCorrelatorType()
IdMatchCorrelatorType(PrismContext context)
Deprecated.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractCorrelatorType
getAuthority, getDefinitions, getDescription, getDisplayName, getDocumentation, getExtending, getName, getOrder, getUsing, setAuthority, setDefinitions, setDescription, setDisplayName, setDocumentation, setExtending, setName, setOrder, setUsing
-
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_SOR_LABEL
public static final ItemName F_SOR_LABEL
-
F_SOR_IDENTIFIER_PREFIX
public static final ItemName F_SOR_IDENTIFIER_PREFIX
-
F_SOR_IDENTIFIER_PROPERTY
public static final ItemName F_SOR_IDENTIFIER_PROPERTY
-
F_URL
public static final ItemName F_URL
-
F_USERNAME
public static final ItemName F_USERNAME
-
F_PASSWORD
public static final ItemName F_PASSWORD
-
F_FOLLOW_ON
public static final ItemName F_FOLLOW_ON
-
FACTORY
public static final Producer<IdMatchCorrelatorType> FACTORY
-
-
Constructor Detail
-
IdMatchCorrelatorType
public IdMatchCorrelatorType()
-
IdMatchCorrelatorType
@Deprecated public IdMatchCorrelatorType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getSorLabel
public String getSorLabel()
-
setSorLabel
public void setSorLabel(String value)
-
getSorIdentifierPrefix
public String getSorIdentifierPrefix()
-
setSorIdentifierPrefix
public void setSorIdentifierPrefix(String value)
-
getSorIdentifierProperty
public ItemPathType getSorIdentifierProperty()
-
setSorIdentifierProperty
public void setSorIdentifierProperty(ItemPathType value)
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String value)
-
getUsername
public String getUsername()
-
setUsername
public void setUsername(String value)
-
getPassword
public ProtectedStringType getPassword()
-
setPassword
public void setPassword(ProtectedStringType value)
-
getFollowOn
public CompositeCorrelatorType getFollowOn()
-
setFollowOn
public void setFollowOn(CompositeCorrelatorType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classAbstractCorrelatorType
-
id
public IdMatchCorrelatorType id(Long value)
- Overrides:
id
in classAbstractCorrelatorType
-
sorLabel
public IdMatchCorrelatorType sorLabel(String value)
-
sorIdentifierPrefix
public IdMatchCorrelatorType sorIdentifierPrefix(String value)
-
sorIdentifierProperty
public IdMatchCorrelatorType sorIdentifierProperty(ItemPathType value)
-
url
public IdMatchCorrelatorType url(String value)
-
username
public IdMatchCorrelatorType username(String value)
-
password
public IdMatchCorrelatorType password(ProtectedStringType value)
-
followOn
public IdMatchCorrelatorType followOn(CompositeCorrelatorType value)
-
beginFollowOn
public CompositeCorrelatorType beginFollowOn()
-
order
public IdMatchCorrelatorType order(Integer value)
- Overrides:
order
in classAbstractCorrelatorType
-
authority
public IdMatchCorrelatorType authority(CorrelatorAuthorityLevelType value)
- Overrides:
authority
in classAbstractCorrelatorType
-
using
public IdMatchCorrelatorType using(String value)
- Overrides:
using
in classAbstractCorrelatorType
-
extending
public IdMatchCorrelatorType extending(String value)
- Overrides:
extending
in classAbstractCorrelatorType
-
name
public IdMatchCorrelatorType name(String value)
- Overrides:
name
in classAbstractCorrelatorType
-
displayName
public IdMatchCorrelatorType displayName(String value)
- Overrides:
displayName
in classAbstractCorrelatorType
-
description
public IdMatchCorrelatorType description(String value)
- Overrides:
description
in classAbstractCorrelatorType
-
documentation
public IdMatchCorrelatorType documentation(String value)
- Overrides:
documentation
in classAbstractCorrelatorType
-
definitions
public IdMatchCorrelatorType definitions(CorrelatorDefinitionsType value)
- Overrides:
definitions
in classAbstractCorrelatorType
-
beginDefinitions
public CorrelatorDefinitionsType beginDefinitions()
- Overrides:
beginDefinitions
in classAbstractCorrelatorType
-
end
public <X> X end()
- Overrides:
end
in classAbstractCorrelatorType
-
clone
public IdMatchCorrelatorType clone()
- Overrides:
clone
in classAbstractCorrelatorType
-
-