Class SSODescriptorType

  • Direct Known Subclasses:
    IDPSSODescriptorType, SPSSODescriptorType

    public class SSODescriptorType
    extends RoleDescriptorType

    Java class for SSODescriptorType complex type.

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

     <complexType name="SSODescriptorType">
       <complexContent>
         <extension base="{urn:oasis:names:tc:SAML:2.0:metadata}RoleDescriptorType">
           <sequence>
             <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}ArtifactResolutionService" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}SingleLogoutService" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}ManageNameIDService" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}NameIDFormat" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SSODescriptorType

        public SSODescriptorType()
    • Method Detail

      • getArtifactResolutionService

        public List<IndexedEndpointType> getArtifactResolutionService()
        Gets the value of the artifactResolutionService 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 artifactResolutionService property.

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

            getArtifactResolutionService().add(newItem);
         

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

      • getSingleLogoutService

        public List<EndpointType> getSingleLogoutService()
        Gets the value of the singleLogoutService 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 singleLogoutService property.

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

            getSingleLogoutService().add(newItem);
         

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

      • getManageNameIDService

        public List<EndpointType> getManageNameIDService()
        Gets the value of the manageNameIDService 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 manageNameIDService property.

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

            getManageNameIDService().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