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:
-
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
Modifier 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 ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final Producer<AuthorizationType>
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
description
(String value) documentation
(String value) <X> X
end()
boolean
exceptItem
(ItemPathType value) getItem()
getName()
getPhase()
item
(ItemPathType value) object
(OwnedObjectSelectorType value) phase
(AuthorizationPhaseType value) void
void
setDescription
(String value) void
setDocumentation
(String value) void
void
void
void
void
setPhase
(AuthorizationPhaseType value) void
target
(OwnedObjectSelectorType value) zoneOfControl
(ZoneOfControlType value) 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_NAME
-
F_DESCRIPTION
-
F_DOCUMENTATION
-
F_DECISION
-
F_ACTION
-
F_PHASE
-
F_ENFORCEMENT_STRATEGY
-
F_ZONE_OF_CONTROL
-
F_OBJECT
-
F_ITEM
-
F_EXCEPT_ITEM
-
F_TARGET
-
F_RELATION
-
F_ORDER_CONSTRAINTS
-
F_LIMITATIONS
-
FACTORY
-
-
Constructor Details
-
AuthorizationType
public AuthorizationType() -
AuthorizationType
Deprecated.
-
-
Method Details
-
getName
-
setName
-
getDescription
-
setDescription
-
getDocumentation
-
setDocumentation
-
getDecision
-
setDecision
-
getAction
-
getPhase
-
setPhase
-
getEnforcementStrategy
-
setEnforcementStrategy
-
getZoneOfControl
-
setZoneOfControl
-
getObject
-
createObjectList
-
getItem
-
getExceptItem
-
getTarget
-
createTargetList
-
getRelation
-
getOrderConstraints
-
setOrderConstraints
-
getLimitations
-
setLimitations
-
equals
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
-
name
-
description
-
documentation
-
decision
-
action
-
phase
-
enforcementStrategy
-
zoneOfControl
-
object
-
beginObject
-
item
-
exceptItem
-
target
-
beginTarget
-
relation
-
orderConstraints
-
beginOrderConstraints
-
limitations
-
beginLimitations
-
end
public <X> X end() -
clone
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-