|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
public interface XACMLAuthzDecisionStatement
XACMLAuthzDecisionStatement is an extension of
samlp:StatementAbstractType that is carried in a
SAML Assertion to convey xacml-context:Response
Schema:
<xs:element name="XACMLAuthzDecisionStatement"
type="xacml-saml:XACMLAuthzDecisionStatementType"/>
<xs:complexType name="XACMLAuthzDecisionStatementType">
<xs:complexContent>
<xs:extension base="saml:StatementAbstractType">
<xs:sequence>
<xs:element ref="xacml-context:Response"/>
<xs:element ref="xacml-context:Request" minOccurs="0"/>
<xs:sequence>
<xs:extension>
<xs:complexContent>
<xs:complexType>
<complexType name="StatementAbstractType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
| メソッドの概要 | |
|---|---|
Request |
getRequest()
Returns Request element of this object |
Response |
getResponse()
Returns Response element of this object |
boolean |
isMutable()
Returns the mutability of the object. |
void |
makeImmutable()
Makes the object immutable. |
void |
setRequest(Request request)
Sets Request element of this object |
void |
setResponse(Response response)
Sets Response element of this object |
String |
toXMLString()
Returns a String representation of the element. |
String |
toXMLString(boolean includeNS,
boolean declareNS)
Returns a String representation of the element. |
| メソッドの詳細 |
|---|
Response getResponse()
Response element of this object
Response element of this object
void setResponse(Response response)
throws XACMLException
Response element of this object
response - XACML context Response element to be
set in this object
XACMLException - if the object is immutable
Request getRequest()
throws XACMLException
Request element of this object
Request element of this object
XACMLException
void setRequest(Request request)
throws XACMLException
Request element of this object
request - XACML context Request element to be
set in this object
XACMLException - if the object is immutablevoid makeImmutable()
Statement 内の makeImmutableboolean isMutable()
Statement 内の isMutable
String toXMLString()
throws XACMLException
Statement 内の toXMLStringXACMLException - if the object does not conform to the schema.
String toXMLString(boolean includeNS,
boolean declareNS)
throws XACMLException
Statement 内の toXMLStringincludeNS - Determines whether or not the namespace qualifier is
prepended to the Element when converteddeclareNS - Determines whether or not the namespace is declared
within the Element.
XACMLException - if the object does not conform to the schema.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||