Class AuthorizationType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class AuthorizationType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Authorization define fine-grained access to midPoint objects and system functionality.- See Also:
- Serialized Form
-
-
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
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
static Producer<AuthorizationType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description AuthorizationType()
AuthorizationType(PrismContext context)
Deprecated.
-
Method Summary
-
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 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
-
FACTORY
public static final Producer<AuthorizationType> FACTORY
-
-
Constructor Detail
-
AuthorizationType
public AuthorizationType()
-
AuthorizationType
@Deprecated public AuthorizationType(PrismContext context)
Deprecated.
-
-
Method Detail
-
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()
-
getExceptItem
public List<ItemPathType> getExceptItem()
-
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)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public AuthorizationType id(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)
-
exceptItem
public AuthorizationType exceptItem(ItemPathType value)
-
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()
-
end
public <X> X end()
-
clone
public AuthorizationType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-