Class RoleManagementConfigurationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.RoleManagementConfigurationType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class RoleManagementConfigurationType extends Object implements Serializable, Cloneable, Containerable
A configuration for role management: role catalog, role assignments, etc.Java class for RoleManagementConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RoleManagementConfigurationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}documentation" minOccurs="0"/> <element name="roleCatalogRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="roleCatalogCollections" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectCollectionsUseType" minOccurs="0"/> <element name="defaultCollection" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectCollectionUseType" minOccurs="0"/> <element name="defaultAssignmentConstraints" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AssignmentConstraintsType" minOccurs="0"/> <element name="defaultExecuteAfterAllApprovals" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="autoassignEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="relations" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}RelationsDefinitionType" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_AUTOASSIGN_ENABLED
static ItemName
F_DEFAULT_ASSIGNMENT_CONSTRAINTS
static ItemName
F_DEFAULT_COLLECTION
static ItemName
F_DEFAULT_EXECUTE_AFTER_ALL_APPROVALS
static ItemName
F_DESCRIPTION
static ItemName
F_DOCUMENTATION
static ItemName
F_RELATIONS
static ItemName
F_ROLE_CATALOG_COLLECTIONS
static ItemName
F_ROLE_CATALOG_REF
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description RoleManagementConfigurationType()
RoleManagementConfigurationType(PrismContext prismContext)
-
Method Summary
-
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
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_DESCRIPTION
public static final ItemName F_DESCRIPTION
-
F_DOCUMENTATION
public static final ItemName F_DOCUMENTATION
-
F_ROLE_CATALOG_REF
public static final ItemName F_ROLE_CATALOG_REF
-
F_ROLE_CATALOG_COLLECTIONS
public static final ItemName F_ROLE_CATALOG_COLLECTIONS
-
F_DEFAULT_COLLECTION
public static final ItemName F_DEFAULT_COLLECTION
-
F_DEFAULT_ASSIGNMENT_CONSTRAINTS
public static final ItemName F_DEFAULT_ASSIGNMENT_CONSTRAINTS
-
F_DEFAULT_EXECUTE_AFTER_ALL_APPROVALS
public static final ItemName F_DEFAULT_EXECUTE_AFTER_ALL_APPROVALS
-
F_AUTOASSIGN_ENABLED
public static final ItemName F_AUTOASSIGN_ENABLED
-
F_RELATIONS
public static final ItemName F_RELATIONS
-
-
Constructor Detail
-
RoleManagementConfigurationType
public RoleManagementConfigurationType()
-
RoleManagementConfigurationType
public RoleManagementConfigurationType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
-
end
public <X> X end()
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String value)
-
getDocumentation
public String getDocumentation()
-
setDocumentation
public void setDocumentation(String value)
-
getRoleCatalogRef
public ObjectReferenceType getRoleCatalogRef()
-
setRoleCatalogRef
public void setRoleCatalogRef(ObjectReferenceType value)
-
getRoleCatalogCollections
public ObjectCollectionsUseType getRoleCatalogCollections()
-
setRoleCatalogCollections
public void setRoleCatalogCollections(ObjectCollectionsUseType value)
-
getDefaultCollection
public ObjectCollectionUseType getDefaultCollection()
-
setDefaultCollection
public void setDefaultCollection(ObjectCollectionUseType value)
-
getDefaultAssignmentConstraints
public AssignmentConstraintsType getDefaultAssignmentConstraints()
-
setDefaultAssignmentConstraints
public void setDefaultAssignmentConstraints(AssignmentConstraintsType value)
-
isDefaultExecuteAfterAllApprovals
public Boolean isDefaultExecuteAfterAllApprovals()
-
setDefaultExecuteAfterAllApprovals
public void setDefaultExecuteAfterAllApprovals(Boolean value)
-
isAutoassignEnabled
public Boolean isAutoassignEnabled()
-
setAutoassignEnabled
public void setAutoassignEnabled(Boolean value)
-
getRelations
public RelationsDefinitionType getRelations()
-
setRelations
public void setRelations(RelationsDefinitionType value)
-
getId
public Long getId()
-
setId
public void setId(Long value)
-
description
public RoleManagementConfigurationType description(String value)
-
documentation
public RoleManagementConfigurationType documentation(String value)
-
roleCatalogRef
public RoleManagementConfigurationType roleCatalogRef(ObjectReferenceType value)
-
roleCatalogRef
public RoleManagementConfigurationType roleCatalogRef(String oid, QName type)
-
roleCatalogRef
public RoleManagementConfigurationType roleCatalogRef(String oid, QName type, QName relation)
-
beginRoleCatalogRef
public ObjectReferenceType beginRoleCatalogRef()
-
roleCatalogCollections
public RoleManagementConfigurationType roleCatalogCollections(ObjectCollectionsUseType value)
-
beginRoleCatalogCollections
public ObjectCollectionsUseType beginRoleCatalogCollections()
-
defaultCollection
public RoleManagementConfigurationType defaultCollection(ObjectCollectionUseType value)
-
beginDefaultCollection
public ObjectCollectionUseType beginDefaultCollection()
-
defaultAssignmentConstraints
public RoleManagementConfigurationType defaultAssignmentConstraints(AssignmentConstraintsType value)
-
beginDefaultAssignmentConstraints
public AssignmentConstraintsType beginDefaultAssignmentConstraints()
-
defaultExecuteAfterAllApprovals
public RoleManagementConfigurationType defaultExecuteAfterAllApprovals(Boolean value)
-
autoassignEnabled
public RoleManagementConfigurationType autoassignEnabled(Boolean value)
-
relations
public RoleManagementConfigurationType relations(RelationsDefinitionType value)
-
beginRelations
public RelationsDefinitionType beginRelations()
-
id
public RoleManagementConfigurationType id(Long value)
-
clone
public RoleManagementConfigurationType clone()
-
-