Class IdentityItemConfigurationImpl
java.lang.Object
com.evolveum.midpoint.model.impl.lens.identities.IdentityItemConfigurationImpl
- All Implemented Interfaces:
IdentityItemConfiguration
,Serializable
public class IdentityItemConfigurationImpl
extends Object
implements Serializable, IdentityItemConfiguration
- See Also:
-
Method Summary
Modifier and TypeMethodDescription@NotNull ItemName
@NotNull String
@NotNull QName
getName()
@NotNull ItemPath
getPath()
static @NotNull IdentityItemConfigurationImpl
of
(@NotNull ItemRefinedDefinitionType itemDefBean, @NotNull MultiSourceItemDefinitionType identityDefBean) toString()
-
Method Details
-
of
@NotNull public static @NotNull IdentityItemConfigurationImpl of(@NotNull @NotNull ItemRefinedDefinitionType itemDefBean, @NotNull @NotNull MultiSourceItemDefinitionType identityDefBean) throws ConfigurationException - Throws:
ConfigurationException
-
getName
- Specified by:
getName
in interfaceIdentityItemConfiguration
-
getLocalName
- Specified by:
getLocalName
in interfaceIdentityItemConfiguration
-
getDefaultSearchItemName
- Specified by:
getDefaultSearchItemName
in interfaceIdentityItemConfiguration
-
getPath
- Specified by:
getPath
in interfaceIdentityItemConfiguration
-
toString
-