oasis.names.tc.saml._2_0.metadata
Class SSODescriptorType

java.lang.Object
  extended by oasis.names.tc.saml._2_0.metadata.RoleDescriptorType
      extended by oasis.names.tc.saml._2_0.metadata.SSODescriptorType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IDPSSODescriptor, SPSSODescriptor

@Generated(value="com.sun.tools.xjc.Driver",
           date="2016-07-06T09:32:13+02:00",
           comments="JAXB RI v2.2.6")
public abstract class SSODescriptorType
extends RoleDescriptorType
implements Serializable

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>
 

See Also:
Serialized Form

Constructor Summary
SSODescriptorType()
           
 
Method Summary
 List<IndexedEndpointType> getArtifactResolutionServices()
          Gets the value of the artifactResolutionServices property.
 List<EndpointType> getManageNameIDServices()
          Gets the value of the manageNameIDServices property.
 List<String> getNameIDFormats()
          Gets the value of the nameIDFormats property.
 List<EndpointType> getSingleLogoutServices()
          Gets the value of the singleLogoutServices property.
 
Methods inherited from class oasis.names.tc.saml._2_0.metadata.RoleDescriptorType
getCacheDuration, getContactPersons, getErrorURL, getExtensions, getID, getKeyDescriptors, getOrganization, getOtherAttributes, getProtocolSupportEnumerations, getSignature, getValidUntil, setCacheDuration, setErrorURL, setExtensions, setID, setOrganization, setSignature, setValidUntil
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSODescriptorType

public SSODescriptorType()
Method Detail

getArtifactResolutionServices

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

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

    getArtifactResolutionServices().add(newItem);
 

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


getSingleLogoutServices

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

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

    getSingleLogoutServices().add(newItem);
 

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


getManageNameIDServices

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

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

    getManageNameIDServices().add(newItem);
 

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


getNameIDFormats

public List<String> getNameIDFormats()
Gets the value of the nameIDFormats 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 nameIDFormats property.

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

    getNameIDFormats().add(newItem);
 

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




Connector Business ORGPHARMACY 3.10.2 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.