Class AuthorizationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class AuthorizationType extends Object implements Serializable, Cloneable, Containerable
<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:s="http://midpoint.evolveum.com/xml/ns/public/model/scripting-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> Authorization define fine-grained access to midPoint objects and system functionality. </p>
Java class for AuthorizationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthorizationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}description" minOccurs="0"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}documentation" minOccurs="0"/> <element name="decision" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AuthorizationDecisionType" minOccurs="0"/> <element name="action" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded"/> <element name="phase" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AuthorizationPhaseType" minOccurs="0"/> <element name="enforcementStrategy" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AuthorizationEnforcementStrategyType" minOccurs="0"/> <element name="zoneOfControl" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ZoneOfControlType" minOccurs="0"/> <element name="object" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OwnedObjectSelectorType" maxOccurs="unbounded" minOccurs="0"/> <element name="item" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType" maxOccurs="unbounded" minOccurs="0"/> <element name="exceptItem" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType" maxOccurs="unbounded" minOccurs="0"/> <element name="target" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OwnedObjectSelectorType" maxOccurs="unbounded" minOccurs="0"/> <element name="relation" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/> <element name="orderConstraints" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OrderConstraintsType" minOccurs="0"/> <element name="limitations" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AuthorizationLimitationsType" 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_ACTION
static ItemName
F_DECISION
static ItemName
F_DESCRIPTION
static ItemName
F_DOCUMENTATION
static ItemName
F_ENFORCEMENT_STRATEGY
static ItemName
F_EXCEPT_ITEM
static ItemName
F_ITEM
static ItemName
F_LIMITATIONS
static ItemName
F_NAME
static ItemName
F_OBJECT
static ItemName
F_ORDER_CONSTRAINTS
static ItemName
F_PHASE
static ItemName
F_RELATION
static ItemName
F_TARGET
static ItemName
F_ZONE_OF_CONTROL
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description AuthorizationType()
AuthorizationType(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_NAME
public static final ItemName F_NAME
-
F_DESCRIPTION
public static final ItemName F_DESCRIPTION
-
F_DOCUMENTATION
public static final ItemName F_DOCUMENTATION
-
F_DECISION
public static final ItemName F_DECISION
-
F_ACTION
public static final ItemName F_ACTION
-
F_PHASE
public static final ItemName F_PHASE
-
F_ENFORCEMENT_STRATEGY
public static final ItemName F_ENFORCEMENT_STRATEGY
-
F_ZONE_OF_CONTROL
public static final ItemName F_ZONE_OF_CONTROL
-
F_OBJECT
public static final ItemName F_OBJECT
-
F_ITEM
public static final ItemName F_ITEM
-
F_EXCEPT_ITEM
public static final ItemName F_EXCEPT_ITEM
-
F_TARGET
public static final ItemName F_TARGET
-
F_RELATION
public static final ItemName F_RELATION
-
F_ORDER_CONSTRAINTS
public static final ItemName F_ORDER_CONSTRAINTS
-
F_LIMITATIONS
public static final ItemName F_LIMITATIONS
-
-
Constructor Detail
-
AuthorizationType
public AuthorizationType()
-
AuthorizationType
public AuthorizationType(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()
-
getName
public String getName()
-
setName
public void setName(String value)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String value)
-
getDocumentation
public String getDocumentation()
-
setDocumentation
public void setDocumentation(String value)
-
getDecision
public AuthorizationDecisionType getDecision()
-
setDecision
public void setDecision(AuthorizationDecisionType value)
-
getPhase
public AuthorizationPhaseType getPhase()
-
setPhase
public void setPhase(AuthorizationPhaseType value)
-
getEnforcementStrategy
public AuthorizationEnforcementStrategyType getEnforcementStrategy()
-
setEnforcementStrategy
public void setEnforcementStrategy(AuthorizationEnforcementStrategyType value)
-
getZoneOfControl
public ZoneOfControlType getZoneOfControl()
-
setZoneOfControl
public void setZoneOfControl(ZoneOfControlType value)
-
getObject
public List<OwnedObjectSelectorType> getObject()
-
createObjectList
public List<OwnedObjectSelectorType> createObjectList()
-
getItem
public List<ItemPathType> getItem()
-
createItemList
public List<ItemPathType> createItemList()
-
getExceptItem
public List<ItemPathType> getExceptItem()
-
createExceptItemList
public List<ItemPathType> createExceptItemList()
-
getTarget
public List<OwnedObjectSelectorType> getTarget()
-
createTargetList
public List<OwnedObjectSelectorType> createTargetList()
-
getOrderConstraints
public OrderConstraintsType getOrderConstraints()
-
setOrderConstraints
public void setOrderConstraints(OrderConstraintsType value)
-
getLimitations
public AuthorizationLimitationsType getLimitations()
-
setLimitations
public void setLimitations(AuthorizationLimitationsType value)
-
getId
public Long getId()
-
setId
public void setId(Long value)
-
name
public AuthorizationType name(String value)
-
description
public AuthorizationType description(String value)
-
documentation
public AuthorizationType documentation(String value)
-
decision
public AuthorizationType decision(AuthorizationDecisionType value)
-
action
public AuthorizationType action(String value)
-
phase
public AuthorizationType phase(AuthorizationPhaseType value)
-
enforcementStrategy
public AuthorizationType enforcementStrategy(AuthorizationEnforcementStrategyType value)
-
zoneOfControl
public AuthorizationType zoneOfControl(ZoneOfControlType value)
-
object
public AuthorizationType object(OwnedObjectSelectorType value)
-
beginObject
public OwnedObjectSelectorType beginObject()
-
item
public AuthorizationType item(ItemPathType value)
-
beginItem
public ItemPathType beginItem()
-
exceptItem
public AuthorizationType exceptItem(ItemPathType value)
-
beginExceptItem
public ItemPathType beginExceptItem()
-
target
public AuthorizationType target(OwnedObjectSelectorType value)
-
beginTarget
public OwnedObjectSelectorType beginTarget()
-
relation
public AuthorizationType relation(QName value)
-
orderConstraints
public AuthorizationType orderConstraints(OrderConstraintsType value)
-
beginOrderConstraints
public OrderConstraintsType beginOrderConstraints()
-
limitations
public AuthorizationType limitations(AuthorizationLimitationsType value)
-
beginLimitations
public AuthorizationLimitationsType beginLimitations()
-
id
public AuthorizationType id(Long value)
-
clone
public AuthorizationType clone()
-
-