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
Fields inherited from class org.keycloak.dom.saml.v2.protocol.SubjectQueryAbstractType
subject
Fields inherited from class org.keycloak.dom.saml.v2.protocol.RequestAbstractType
consent, destination, extensions, issuer, version
Fields inherited from class org.keycloak.dom.saml.common.CommonRequestAbstractType
id, issueInstant, signature
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAction
(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.void
removeAction
(ActionType act) Remove an actionvoid
setEvidence
(EvidenceType value) Sets the value of the evidence property.void
setResource
(URI value) Sets the value of the resource property.Methods inherited from class org.keycloak.dom.saml.v2.protocol.SubjectQueryAbstractType
getSubject, setSubject
Methods inherited from class org.keycloak.dom.saml.v2.protocol.RequestAbstractType
getConsent, getDestination, getExtensions, getIssuer, getVersion, setConsent, setDestination, setExtensions, setIssuer
Methods 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
-