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
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class RoleManagementConfigurationType
extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
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
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
FieldsModifier and TypeFieldDescriptionstatic final QName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static 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> X
end()
boolean
relations
(RelationsDefinitionType value) roleCatalogRef
(String oid, QName type) roleCatalogRef
(String oid, QName type, QName relation) void
void
setAutoassignEnabled
(Boolean value) void
void
void
void
setDescription
(String value) void
setDocumentation
(String value) void
void
void
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 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:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
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:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-