public class AuthorizationDecisionQuery extends SubjectQuery
SubjectQuery
.
It represents the query for an authorization decision assertion. It
corresponds to the <samlp:AuthorizationDecisionQueryType>
in the SAML protocol schema.Modifier | Constructor and Description |
---|---|
protected |
AuthorizationDecisionQuery()
Default Constructor
|
|
AuthorizationDecisionQuery(Element element)
This constructor is used to build an Authorization Decision Query from
a DOM tree that was built from the XML string.
|
|
AuthorizationDecisionQuery(Subject theSubject,
List theActions,
Evidence theEvidence,
String theResource)
Constructor
|
|
AuthorizationDecisionQuery(Subject theSubject,
List theActions,
String theResource)
Constructor
|
Modifier and Type | Method and Description |
---|---|
List |
getAction()
Returns the List of Actions.
|
Evidence |
getEvidence()
Returns the
Evidence |
int |
getQueryType()
Returns the type of the query.
|
String |
getResource()
Accessor for the Resource
|
String |
toString()
This method translates the
AuthorizationDecisionQuery to an
XML document String based on the AuthorizationDecisionQuery
schema. |
String |
toString(boolean includeNS,
boolean declareNS)
Create a String representation of the
samlp:AuthorizationDecisionQuery element. |
getSubject
protected AuthorizationDecisionQuery()
public AuthorizationDecisionQuery(Element element) throws SAMLException
element
- the DOM tree element which contains an Authorization
Decision Query.SAMLException
- when an error occurs.public AuthorizationDecisionQuery(Subject theSubject, List theActions, Evidence theEvidence, String theResource) throws SAMLException
theSubject
- The subject of the query.theActions
- The List of Actions of the query.theEvidence
- The evidence of the query. It could be null when
there is no Evidence in the query.theResource
- A string representing the resource of the query.SAMLException
- when an error occurs.public AuthorizationDecisionQuery(Subject theSubject, List theActions, String theResource) throws SAMLException
theSubject
- The subject of the query.theActions
- The List of Actions of the query.theResource
- A string representing the resource of the query.SAMLException
- when an error occurs.public List getAction()
public Evidence getEvidence()
Evidence
public String getResource()
public int getQueryType()
getQueryType
in class Query
public String toString()
AuthorizationDecisionQuery
to an
XML document String based on the AuthorizationDecisionQuery
schema.public String toString(boolean includeNS, boolean declareNS)
samlp:AuthorizationDecisionQuery
element.Copyright © 2010-2018, ForgeRock All Rights Reserved.