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

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

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

Java class for IDPSSODescriptorType complex type.

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

 <complexType name="IDPSSODescriptorType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:SAML:2.0:metadata}SSODescriptorType">
       <sequence>
         <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}SingleSignOnService" maxOccurs="unbounded"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}NameIDMappingService" maxOccurs="unbounded" minOccurs="0"/>
         <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}AttributeProfile" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Attribute" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="WantAuthnRequestsSigned" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
IDPSSODescriptor()
           
 
Method Summary
 List<EndpointType> getAssertionIDRequestServices()
          Gets the value of the assertionIDRequestServices property.
 List<String> getAttributeProfiles()
          Gets the value of the attributeProfiles property.
 List<AttributeType> getAttributes()
          Gets the value of the attributes property.
 List<EndpointType> getNameIDMappingServices()
          Gets the value of the nameIDMappingServices property.
 List<EndpointType> getSingleSignOnServices()
          Gets the value of the singleSignOnServices property.
 Boolean isWantAuthnRequestsSigned()
          Gets the value of the wantAuthnRequestsSigned property.
 void setWantAuthnRequestsSigned(Boolean value)
          Sets the value of the wantAuthnRequestsSigned property.
 
Methods inherited from class oasis.names.tc.saml._2_0.metadata.SSODescriptorType
getArtifactResolutionServices, getManageNameIDServices, getNameIDFormats, getSingleLogoutServices
 
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

IDPSSODescriptor

public IDPSSODescriptor()
Method Detail

getSingleSignOnServices

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

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

    getSingleSignOnServices().add(newItem);
 

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


getNameIDMappingServices

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

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

    getNameIDMappingServices().add(newItem);
 

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


getAssertionIDRequestServices

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

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

    getAssertionIDRequestServices().add(newItem);
 

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


getAttributeProfiles

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

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

    getAttributeProfiles().add(newItem);
 

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


getAttributes

public List<AttributeType> getAttributes()
Gets the value of the attributes 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 attributes property.

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

    getAttributes().add(newItem);
 

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


isWantAuthnRequestsSigned

public Boolean isWantAuthnRequestsSigned()
Gets the value of the wantAuthnRequestsSigned property.

Returns:
possible object is Boolean

setWantAuthnRequestsSigned

public void setWantAuthnRequestsSigned(Boolean value)
Sets the value of the wantAuthnRequestsSigned property.

Parameters:
value - allowed object is Boolean



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