The AuthzDecisionStatement 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.
AuthzDecisionStatement(String resource, String decision, List action, Evidence evidence) Constructs an instance of AuthzDecisionStatement.
Parameters: subject - (required) A Subject object Parameters: resource - (required) A String identifying the resource to whichaccess authorization is sought. Parameters: decision - (required) The decision rendered by the issuer withrespect to the specified resource.
Constructs an instance of AuthzDecisionStatement.
Parameters: subject - (required) A Subject object Parameters: resource - (required) A String identifying the resource to whichaccess authorization is sought. Parameters: decision - (required) The decision rendered by the issuer withrespect to the specified resource. The value is of theDecisionType simple type. Parameters: action - (required) A List of Action objects specifying the set ofactions authorized to be performed on the specified resource. Parameters: evidence - (optional) An Evidence object representing a set ofassertions that the issuer replied on in making decisions. exception: SAMLException - if there is an error in the sender.
Constructs an AuthorizationStatement element from an
existing XML block.
Parameters: element - representing a DOM tree element exception: SAMLException - if there is an error in the sender or inthe element definition.
Fields inherited from com.sun.xml.wss.saml.internal.saml20.jaxb20.AuthzDecisionStatementType