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:
  • Field Details

    • isRequired

      protected Boolean isRequired
  • Constructor Details

    • RequestedAttributeType

      public RequestedAttributeType(String name)
  • Method Details

    • isIsRequired

      public Boolean isIsRequired()
      Gets the value of the isRequired property.
      Returns:
      possible object is Boolean
    • setIsRequired

      public void setIsRequired(Boolean value)
      Sets the value of the isRequired property.
      Parameters:
      value - allowed object is Boolean