Class RoleManagementConfigurationType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.RoleManagementConfigurationType
- All Implemented Interfaces:
Containerable,Freezable,ContainerablePrismBinding,DebugDumpable,Serializable,Cloneable
A configuration for role management: role catalog, role assignments, etc.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
AbstractMutableContainerable.AnyNested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
ContainerablePrismBinding.ContainerableList<T extends Containerable>, ContainerablePrismBinding.ReferencableList<T extends Referencable> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final Producer<RoleManagementConfigurationType>Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionaccessesMetadataEnabled(Boolean value) autoassignEnabled(Boolean value) clone()description(String value) documentation(String value) <X> Xend()booleanrelations(RelationsDefinitionType value) roleCatalogRef(String oid, QName type) roleCatalogRef(String oid, QName type, QName relation) voidvoidsetAutoassignEnabled(Boolean value) voidvoidvoidvoidsetDescription(String value) voidsetDocumentation(String value) voidvoidvoidMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, cloneWithoutIdAndMetadata, debugDump, freeze, isImmutableMethods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerableMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazilyMethods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
Field Details
-
COMPLEX_TYPE
-
F_DESCRIPTION
-
F_DOCUMENTATION
-
F_ROLE_CATALOG_REF
-
F_ROLE_CATALOG_COLLECTIONS
-
F_DEFAULT_COLLECTION
-
F_DEFAULT_ASSIGNMENT_CONSTRAINTS
-
F_DEFAULT_EXECUTE_AFTER_ALL_APPROVALS
-
F_AUTOASSIGN_ENABLED
-
F_ACCESSES_METADATA_ENABLED
-
F_RELATIONS
-
FACTORY
-
-
Constructor Details
-
RoleManagementConfigurationType
public RoleManagementConfigurationType() -
RoleManagementConfigurationType
Deprecated.
-
-
Method Details
-
getDescription
-
setDescription
-
getDocumentation
-
setDocumentation
-
getRoleCatalogRef
-
setRoleCatalogRef
-
getRoleCatalogCollections
-
setRoleCatalogCollections
-
getDefaultCollection
-
setDefaultCollection
-
getDefaultAssignmentConstraints
-
setDefaultAssignmentConstraints
-
isDefaultExecuteAfterAllApprovals
-
getDefaultExecuteAfterAllApprovals
-
setDefaultExecuteAfterAllApprovals
-
isAutoassignEnabled
-
getAutoassignEnabled
-
setAutoassignEnabled
-
isAccessesMetadataEnabled
-
getAccessesMetadataEnabled
-
setAccessesMetadataEnabled
-
getRelations
-
setRelations
-
equals
- Overrides:
equalsin classAbstractMutableContainerable
-
id
-
description
-
documentation
-
roleCatalogRef
-
roleCatalogRef
-
roleCatalogRef
-
beginRoleCatalogRef
-
roleCatalogCollections
-
beginRoleCatalogCollections
-
defaultCollection
-
beginDefaultCollection
-
defaultAssignmentConstraints
public RoleManagementConfigurationType defaultAssignmentConstraints(AssignmentConstraintsType value) -
beginDefaultAssignmentConstraints
-
defaultExecuteAfterAllApprovals
-
autoassignEnabled
-
accessesMetadataEnabled
-
relations
-
beginRelations
-
end
public <X> X end() -
clone
- Overrides:
clonein classAbstractMutableContainerable
-