Class RequestedAttributeType
java.lang.Object
org.keycloak.dom.saml.v2.assertion.AttributeType
org.keycloak.dom.saml.v2.metadata.RequestedAttributeType
- All Implemented Interfaces:
Serializable
Java class for RequestedAttributeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestedAttributeType"> <complexContent> <extension base="{urn:oasis:names:tc:SAML:2.0:assertion}AttributeType"> <attribute name="isRequired" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </extension> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields inherited from class org.keycloak.dom.saml.v2.assertion.AttributeType
attributeValue, friendlyName, name, nameFormat
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the isRequired property.void
setIsRequired
(Boolean value) Sets the value of the isRequired property.Methods inherited from class org.keycloak.dom.saml.v2.assertion.AttributeType
addAttributeValue, getAttributeValue, getFriendlyName, getName, getNameFormat, getOtherAttributes, removeAttributeValue, setFriendlyName, setName, setNameFormat