Class AttributeAuthorityDescriptorType


  • public class AttributeAuthorityDescriptorType
    extends RoleDescriptorType

    Java class for AttributeAuthorityDescriptorType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="AttributeAuthorityDescriptorType">
       <complexContent>
         <extension base="{urn:oasis:names:tc:SAML:2.0:metadata}RoleDescriptorType">
           <sequence>
             <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}AttributeService" maxOccurs="unbounded"/>
             <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}AssertionIDRequestService" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}NameIDFormat" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}AttributeProfile" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Attribute" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • AttributeAuthorityDescriptorType

        public AttributeAuthorityDescriptorType()
    • Method Detail

      • getAttributeService

        public List<EndpointType> getAttributeService()
        Gets the value of the attributeService property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the attributeService property.

        For example, to add a new item, do as follows:

            getAttributeService().add(newItem);
         

        Objects of the following type(s) are allowed in the list EndpointType

      • getAssertionIDRequestService

        public List<EndpointType> getAssertionIDRequestService()
        Gets the value of the assertionIDRequestService property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the assertionIDRequestService property.

        For example, to add a new item, do as follows:

            getAssertionIDRequestService().add(newItem);
         

        Objects of the following type(s) are allowed in the list EndpointType

      • getNameIDFormat

        public List<String> getNameIDFormat()
        Gets the value of the nameIDFormat property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the nameIDFormat property.

        For example, to add a new item, do as follows:

            getNameIDFormat().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getAttributeProfile

        public List<String> getAttributeProfile()
        Gets the value of the attributeProfile property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the attributeProfile property.

        For example, to add a new item, do as follows:

            getAttributeProfile().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getAttribute

        public List<AttributeType> getAttribute()
        Gets the value of the attribute property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the attribute property.

        For example, to add a new item, do as follows:

            getAttribute().add(newItem);
         

        Objects of the following type(s) are allowed in the list AttributeType