Class AttributeQueryType
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.AttributeQueryType
- All Implemented Interfaces:
Serializable
,SAML2Object
Java class for AttributeQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeQueryType"> <complexContent> <extension base="{urn:oasis:names:tc:SAML:2.0:protocol}SubjectQueryAbstractType"> <sequence> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Attribute" maxOccurs="unbounded" minOccurs="0"/> </sequence> </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
add
(AttributeType att) Add an attributeGets the value of the attribute property.void
remove
(AttributeType att) Remove an attributeMethods 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
-
attribute
-
-
Constructor Details
-
AttributeQueryType
-
-
Method Details
-
add
Add an attribute- Parameters:
att
-
-
remove
Remove an attribute- Parameters:
att
-
-
getAttribute
Gets the value of the attribute property.
-