public class AuthorizationType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
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 ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}description" 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="object" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectSpecificationType" maxOccurs="unbounded" minOccurs="0"/> <element name="item" 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}ObjectSpecificationType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_ACTION |
static QName |
F_DECISION |
static QName |
F_DESCRIPTION |
static QName |
F_ITEM |
static QName |
F_OBJECT |
static QName |
F_PHASE |
static QName |
F_TARGET |
Constructor and Description |
---|
AuthorizationType() |
AuthorizationType(com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
AuthorizationType |
clone() |
boolean |
equals(Object object) |
List<String> |
getAction() |
AuthorizationDecisionType |
getDecision() |
String |
getDescription() |
Long |
getId() |
List<com.evolveum.prism.xml.ns._public.types_3.ItemPathType> |
getItem() |
List<ObjectSpecificationType> |
getObject() |
AuthorizationPhaseType |
getPhase() |
List<ObjectSpecificationType> |
getTarget() |
int |
hashCode() |
void |
setDecision(AuthorizationDecisionType value) |
void |
setDescription(String value) |
void |
setId(Long value) |
void |
setPhase(AuthorizationPhaseType value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_DESCRIPTION
public static final QName F_DECISION
public static final QName F_ACTION
public static final QName F_PHASE
public static final QName F_OBJECT
public static final QName F_ITEM
public static final QName F_TARGET
public AuthorizationType()
public AuthorizationType(com.evolveum.midpoint.prism.PrismContext prismContext)
public com.evolveum.midpoint.prism.PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public String getDescription()
public void setDescription(String value)
public AuthorizationDecisionType getDecision()
public void setDecision(AuthorizationDecisionType value)
public AuthorizationPhaseType getPhase()
public void setPhase(AuthorizationPhaseType value)
public List<ObjectSpecificationType> getObject()
public List<com.evolveum.prism.xml.ns._public.types_3.ItemPathType> getItem()
public List<ObjectSpecificationType> getTarget()
public Long getId()
public void setId(Long value)
public AuthorizationType clone()
Copyright © 2014 Evolveum. All rights reserved.