org.jboss.seam.security.external.jaxb.samlv2.metadata
Class SSODescriptorType

java.lang.Object
  extended by org.jboss.seam.security.external.jaxb.samlv2.metadata.RoleDescriptorType
      extended by org.jboss.seam.security.external.jaxb.samlv2.metadata.SSODescriptorType
Direct Known Subclasses:
IDPSSODescriptorType, SPSSODescriptorType

public abstract 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>
 


Field Summary
protected  List<IndexedEndpointType> artifactResolutionService
           
protected  List<EndpointType> manageNameIDService
           
protected  List<String> nameIDFormat
           
protected  List<EndpointType> singleLogoutService
           
 
Fields inherited from class org.jboss.seam.security.external.jaxb.samlv2.metadata.RoleDescriptorType
cacheDuration, contactPerson, errorURL, extensions, id, keyDescriptor, organization, protocolSupportEnumeration, signature, validUntil
 
Constructor Summary
SSODescriptorType()
           
 
Method Summary
 List<IndexedEndpointType> getArtifactResolutionService()
          Gets the value of the artifactResolutionService property.
 List<EndpointType> getManageNameIDService()
          Gets the value of the manageNameIDService property.
 List<String> getNameIDFormat()
          Gets the value of the nameIDFormat property.
 List<EndpointType> getSingleLogoutService()
          Gets the value of the singleLogoutService property.
 
Methods inherited from class org.jboss.seam.security.external.jaxb.samlv2.metadata.RoleDescriptorType
getCacheDuration, getContactPerson, getErrorURL, getExtensions, getID, getKeyDescriptor, getOrganization, getOtherAttributes, getProtocolSupportEnumeration, getSignature, getValidUntil, setCacheDuration, setErrorURL, setExtensions, setID, setOrganization, setSignature, setValidUntil
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

artifactResolutionService

protected List<IndexedEndpointType> artifactResolutionService

singleLogoutService

protected List<EndpointType> singleLogoutService

manageNameIDService

protected List<EndpointType> manageNameIDService

nameIDFormat

protected List<String> nameIDFormat
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



Copyright © 2011 Seam Framework. All Rights Reserved.