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 ItemNamegetDefaultSearchItemName()@NotNull StringgetLocalName()@NotNull QNamegetName()@NotNull ItemPathgetPath()static @NotNull IdentityItemConfigurationImplof(@NotNull ItemRefinedDefinitionType itemDefBean, @NotNull IdentityItemDefinitionType identityDefBean)StringtoString()
-
-
-
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:
getNamein interfaceIdentityItemConfiguration- Specified by:
getNamein interfaceIdentityItemConfiguration
-
getLocalName
@NotNull public @NotNull String getLocalName()
- Specified by:
getLocalNamein interfaceIdentityItemConfiguration- Specified by:
getLocalNamein interfaceIdentityItemConfiguration
-
getDefaultSearchItemName
@NotNull public @NotNull ItemName getDefaultSearchItemName()
- Specified by:
getDefaultSearchItemNamein interfaceIdentityItemConfiguration- Specified by:
getDefaultSearchItemNamein interfaceIdentityItemConfiguration
-
getPath
@NotNull public @NotNull ItemPath getPath()
- Specified by:
getPathin interfaceIdentityItemConfiguration- Specified by:
getPathin interfaceIdentityItemConfiguration
-
-