|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.identity.saml.assertion.Statement
com.sun.identity.saml.assertion.SubjectStatement
com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase
com.sun.identity.saml.assertion.AuthorizationDecisionStatement
public class 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.
| 入れ子のクラスの概要 |
|---|
| クラス com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase から継承された入れ子のクラス/インタフェース |
|---|
AuthorizationDecisionStatementBase.DecisionType |
| フィールドの概要 |
|---|
| クラス com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase から継承されたフィールド |
|---|
_evidence |
| クラス com.sun.identity.saml.assertion.SubjectStatement から継承されたフィールド |
|---|
_subject |
| クラス com.sun.identity.saml.assertion.Statement から継承されたフィールド |
|---|
ATTRIBUTE_STATEMENT, AUTHENTICATION_STATEMENT, AUTHORIZATION_DECISION_STATEMENT, NOT_SUPPORTED |
| コンストラクタの概要 | |
|---|---|
protected |
AuthorizationDecisionStatement()
Default constructor |
|
AuthorizationDecisionStatement(Element element)
Constructs an AuthorizationStatement element from an
existing XML block. |
|
AuthorizationDecisionStatement(Subject subject,
String resource,
int decision,
List action)
Constructs a AuthorizationDecisionStatement instance. |
|
AuthorizationDecisionStatement(Subject subject,
String resource,
int decision,
List action,
EvidenceBase evidence)
Constructs an instance of AuthorizationDecisionStatement. |
| メソッドの概要 | |
|---|---|
protected Action |
createAction(Element actionElement)
Creates appropriate Action Instance |
protected EvidenceBase |
createEvidence(Element evidenceElement)
Creates appropriate Evidence Instance |
protected Subject |
createSubject(Element subjectElement)
Creates appropriate Subject Instance |
Evidence |
getEvidence()
Returns the evidence from AuthorizationStatement. |
| クラス com.sun.identity.saml.assertion.AuthorizationDecisionStatementBase から継承されたメソッド |
|---|
getAction, getDecision, getResource, getStatementType, toString, toString |
| クラス com.sun.identity.saml.assertion.SubjectStatement から継承されたメソッド |
|---|
getSubject, setSubject |
| コンストラクタの詳細 |
|---|
protected AuthorizationDecisionStatement()
public AuthorizationDecisionStatement(Element element)
throws SAMLException
AuthorizationStatement element from an
existing XML block.
element - representing a DOM tree element
SAMLException - if there is an error in the sender or in
the element definition.
public AuthorizationDecisionStatement(Subject subject,
String resource,
int decision,
List action,
EvidenceBase evidence)
throws SAMLException
AuthorizationDecisionStatement.
subject - (required) A Subject objectresource - (required) A String identifying the resource to which
access authorization is sought.decision - (required) The decision rendered by the issuer with
respect to the specified resource. The value is of the
DecisionType simple type.action - (required) A List of Action objects specifying the set of
actions authorized to be performed on the specified resource.evidence - (optional) An Evidence object representing a set of
assertions that the issuer replied on in making decisions.
SAMLException - if there is an error in the sender.
public AuthorizationDecisionStatement(Subject subject,
String resource,
int decision,
List action)
throws SAMLException
AuthorizationDecisionStatement instance.
subject - (required) A Subject objectresource - (required) A String identifying the resource to which
access authorization is sought.decision - (required) The decision rendered by the issuer with
respect to the specified resource. The value is of the
DecisionType simple type.action - (required) A List of Action objects specifying the set of
actions authorized to be performed on the
specified resource.
SAMLException - if there is an error in the sender.| メソッドの詳細 |
|---|
protected EvidenceBase createEvidence(Element evidenceElement)
throws SAMLException
AuthorizationDecisionStatementBase の記述:
AuthorizationDecisionStatementBase 内の createEvidenceevidenceElement - the Evidence Element
SAMLException
protected Subject createSubject(Element subjectElement)
throws SAMLException
AuthorizationDecisionStatementBase の記述:
AuthorizationDecisionStatementBase 内の createSubjectsubjectElement - the Subject Element
SAMLException
protected Action createAction(Element actionElement)
throws SAMLException
AuthorizationDecisionStatementBase の記述:
AuthorizationDecisionStatementBase 内の createActionactionElement - the Action Element
SAMLExceptionpublic Evidence getEvidence()
AuthorizationStatement.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||