|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.saml.v2.assertion.StatementAbstractType
org.picketlink.identity.federation.saml.v2.assertion.AuthzDecisionStatementType
public class AuthzDecisionStatementType
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>
Field Summary | |
---|---|
protected List<ActionType> |
action
|
protected DecisionType |
decision
|
protected EvidenceType |
evidence
|
protected String |
resource
|
Constructor Summary | |
---|---|
AuthzDecisionStatementType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<ActionType> action
protected EvidenceType evidence
protected String resource
protected DecisionType decision
Constructor Detail |
---|
public AuthzDecisionStatementType()
Method Detail |
---|
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
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |