| com.sun.xml.wss.saml.internal.saml11.jaxb20.AuthorizationDecisionStatementType com.sun.xml.wss.saml.assertion.saml11.jaxb20.AuthorizationDecisionStatement
Field Summary | |
final protected static Logger | log |
Constructor Summary | |
protected | AuthorizationDecisionStatement() | public | AuthorizationDecisionStatement(Subject subject, String resource, String decision, List action, Evidence evidence) Constructs an instance of AuthorizationDecisionStatement .
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. |
AuthorizationDecisionStatement | protected AuthorizationDecisionStatement()(Code) | | Default constructor
|
AuthorizationDecisionStatement | public AuthorizationDecisionStatement(Subject subject, String resource, String decision, List action, Evidence evidence)(Code) | | Constructs an instance of AuthorizationDecisionStatement .
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. |
|
|