PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.saml.v2.metadata
Class RequestedAttributeType

java.lang.Object
  extended by org.picketlink.identity.federation.saml.v2.assertion.AttributeType
      extended by org.picketlink.identity.federation.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
protected  Boolean isRequired
           
 
Fields inherited from class org.picketlink.identity.federation.saml.v2.assertion.AttributeType
attributeValue, friendlyName, name, nameFormat
 
Constructor Summary
RequestedAttributeType(String name)
           
 
Method Summary
 Boolean isIsRequired()
          Gets the value of the isRequired property.
 void setIsRequired(Boolean value)
          Sets the value of the isRequired property.
 
Methods inherited from class org.picketlink.identity.federation.saml.v2.assertion.AttributeType
addAttributeValue, getAttributeValue, getFriendlyName, getName, getNameFormat, getOtherAttributes, removeAttributeValue, setFriendlyName, setName, setNameFormat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isRequired

protected Boolean isRequired
Constructor Detail

RequestedAttributeType

public RequestedAttributeType(String name)
Method Detail

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

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.