Class AuthzDecisionQueryType
java.lang.Object
org.keycloak.dom.saml.common.CommonRequestAbstractType
org.keycloak.dom.saml.v2.protocol.RequestAbstractType
org.keycloak.dom.saml.v2.protocol.SubjectQueryAbstractType
org.keycloak.dom.saml.v2.protocol.AuthzDecisionQueryType
- All Implemented Interfaces:
Serializable,SAML2Object
Java class for AuthzDecisionQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthzDecisionQueryType">
<complexContent>
<extension base="{urn:oasis:names:tc:SAML:2.0:protocol}SubjectQueryAbstractType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Action" maxOccurs="unbounded"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Evidence" minOccurs="0"/>
</sequence>
<attribute name="Resource" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsFields inherited from class org.keycloak.dom.saml.v2.protocol.SubjectQueryAbstractType
subjectFields inherited from class org.keycloak.dom.saml.v2.protocol.RequestAbstractType
consent, destination, extensions, issuer, versionFields inherited from class org.keycloak.dom.saml.common.CommonRequestAbstractType
id, issueInstant, signature -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAction(ActionType act) Add an actionGets the value of the action property.Gets the value of the evidence property.Gets the value of the resource property.voidremoveAction(ActionType act) Remove an actionvoidsetEvidence(EvidenceType value) Sets the value of the evidence property.voidsetResource(URI value) Sets the value of the resource property.Methods inherited from class org.keycloak.dom.saml.v2.protocol.SubjectQueryAbstractType
getSubject, setSubjectMethods inherited from class org.keycloak.dom.saml.v2.protocol.RequestAbstractType
getConsent, getDestination, getExtensions, getIssuer, getVersion, setConsent, setDestination, setExtensions, setIssuerMethods inherited from class org.keycloak.dom.saml.common.CommonRequestAbstractType
getID, getIssueInstant, getSignature, setSignature
-
Field Details
-
action
-
evidence
-
resource
-
-
Constructor Details
-
AuthzDecisionQueryType
-
-
Method Details
-
addAction
Add an action- Parameters:
act-
-
removeAction
Remove an action- Parameters:
act-
-
getAction
Gets the value of the action property. -
getEvidence
Gets the value of the evidence property.- Returns:
- possible object is
EvidenceType
-
setEvidence
Sets the value of the evidence property.- Parameters:
value- allowed object isEvidenceType
-
getResource
Gets the value of the resource property.- Returns:
- possible object is
String
-
setResource
Sets the value of the resource property.- Parameters:
value- allowed object isString
-