Class RequestedAttributeType
- java.lang.Object
-
- org.keycloak.dom.saml.v2.assertion.AttributeType
-
- org.keycloak.dom.saml.v2.metadata.RequestedAttributeType
-
- All Implemented Interfaces:
Serializable
public class RequestedAttributeType extends AttributeType
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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanisRequired-
Fields inherited from class org.keycloak.dom.saml.v2.assertion.AttributeType
attributeValue, friendlyName, name, nameFormat
-
-
Constructor Summary
Constructors Constructor Description RequestedAttributeType(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanisIsRequired()Gets the value of the isRequired property.voidsetIsRequired(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
-
-