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.AnyNested 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 QNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final Producer<AuthorizationType>Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()description(String value) documentation(String value) <X> Xend()booleanexceptItem(ItemPathType value) getItem()getName()getPhase()item(ItemPathType value) object(OwnedObjectSelectorType value) phase(AuthorizationPhaseType value) voidvoidsetDescription(String value) voidsetDocumentation(String value) voidvoidvoidvoidvoidsetPhase(AuthorizationPhaseType value) voidtarget(OwnedObjectSelectorType value) zoneOfControl(ZoneOfControlType value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutableMethods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerableMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazilyMethods 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:
equalsin 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:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-