|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuthorizationDecisionStatement
The AuthorizationDecisionStatement element supplies a statement
by the issuer that the request for access by the specified subject to the
specified resource has resulted in the specified decision on the basis of
some optionally specified evidence.
The following schema fragment specifies the expected content contained within SAML AuthorizationDecisionStatement element.
<complexType name="AuthorizationDecisionStatementType">
<complexContent>
<extension base="{urn:oasis:names:tc:SAML:1.0:assertion}SubjectStatementAbstractType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:1.0:assertion}Action" maxOccurs="unbounded"/>
<element ref="{urn:oasis:names:tc:SAML:1.0:assertion}Evidence" minOccurs="0"/>
</sequence>
<attribute name="Decision" use="required" type="{urn:oasis:names:tc:SAML:1.0:assertion}DecisionType" />
<attribute name="Resource" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
List<Action> |
getActionList()
Gets the value of the action property. |
String |
getDecisionValue()
Gets the value of the decision property. |
Evidence |
getEvidence()
Gets the value of the evidence property. |
String |
getResource()
Gets the value of the resource property. |
Subject |
getSubject()
Gets the value of the subject property. |
| Method Detail |
|---|
List<Action> getActionList()
ActionEvidence getEvidence()
EvidenceString getDecisionValue()
StringString getResource()
StringSubject getSubject()
Subject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||