public class AuthzDecisionStatementType extends StatementAbstractType
Java class for AuthzDecisionStatementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthzDecisionStatementType"> <complexContent> <extension base="{urn:oasis:names:tc:SAML:2.0:assertion}StatementAbstractType"> <sequence> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Action" maxOccurs="unbounded"/> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Evidence" minOccurs="0"/> </sequence> <attribute name="Resource" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="Decision" use="required" type="{urn:oasis:names:tc:SAML:2.0:assertion}DecisionType" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<ActionType> |
action |
protected DecisionType |
decision |
protected EvidenceType |
evidence |
protected String |
resource |
Constructor and Description |
---|
AuthzDecisionStatementType() |
Modifier and Type | Method and Description |
---|---|
void |
addAction(ActionType actionType)
Add an action
|
List<ActionType> |
getAction()
Get the list of actions (read-only list)
|
DecisionType |
getDecision()
Gets the value of the decision property.
|
EvidenceType |
getEvidence()
Gets the value of the evidence property.
|
String |
getResource()
Gets the value of the resource property.
|
void |
removeAction(ActionType actionType)
Remove an action
|
void |
setDecision(DecisionType value)
Sets the value of the decision property.
|
void |
setEvidence(EvidenceType value)
Sets the value of the evidence property.
|
void |
setResource(String value)
Sets the value of the resource property.
|
protected List<ActionType> action
protected EvidenceType evidence
protected String resource
protected DecisionType decision
public List<ActionType> getAction()
List
read onlypublic void addAction(ActionType actionType)
actionType
- public void removeAction(ActionType actionType)
actionType
- public EvidenceType getEvidence()
EvidenceType
public void setEvidence(EvidenceType value)
value
- allowed object is EvidenceType
public String getResource()
String
public void setResource(String value)
value
- allowed object is String
public DecisionType getDecision()
DecisionType
public void setDecision(DecisionType value)
value
- allowed object is DecisionType
Copyright © 2021 JBoss by Red Hat. All rights reserved.