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

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.SPSSODescriptor
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2016-10-28T03:12:37+02:00",
           comments="JAXB RI v2.2.6")
public class SPSSODescriptor
extends SSODescriptorType
implements Serializable

Java class for SPSSODescriptorType complex type.

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

 <complexType name="SPSSODescriptorType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:SAML:2.0:metadata}SSODescriptorType">
       <sequence>
         <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}AssertionConsumerService" maxOccurs="unbounded"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}AttributeConsumingService" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="AuthnRequestsSigned" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="WantAssertionsSigned" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
SPSSODescriptor()
           
 
Method Summary
 List<IndexedEndpointType> getAssertionConsumerServices()
          Gets the value of the assertionConsumerServices property.
 List<AttributeConsumingService> getAttributeConsumingServices()
          Gets the value of the attributeConsumingServices property.
 Boolean isAuthnRequestsSigned()
          Gets the value of the authnRequestsSigned property.
 Boolean isWantAssertionsSigned()
          Gets the value of the wantAssertionsSigned property.
 void setAuthnRequestsSigned(Boolean value)
          Sets the value of the authnRequestsSigned property.
 void setWantAssertionsSigned(Boolean value)
          Sets the value of the wantAssertionsSigned 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

SPSSODescriptor

public SPSSODescriptor()
Method Detail

getAssertionConsumerServices

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

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

    getAssertionConsumerServices().add(newItem);
 

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


getAttributeConsumingServices

public List<AttributeConsumingService> getAttributeConsumingServices()
Gets the value of the attributeConsumingServices 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 attributeConsumingServices property.

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

    getAttributeConsumingServices().add(newItem);
 

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


isAuthnRequestsSigned

public Boolean isAuthnRequestsSigned()
Gets the value of the authnRequestsSigned property.

Returns:
possible object is Boolean

setAuthnRequestsSigned

public void setAuthnRequestsSigned(Boolean value)
Sets the value of the authnRequestsSigned property.

Parameters:
value - allowed object is Boolean

isWantAssertionsSigned

public Boolean isWantAssertionsSigned()
Gets the value of the wantAssertionsSigned property.

Returns:
possible object is Boolean

setWantAssertionsSigned

public void setWantAssertionsSigned(Boolean value)
Sets the value of the wantAssertionsSigned property.

Parameters:
value - allowed object is Boolean



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