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