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>
| Modifier and Type | Field and Description |
|---|---|
protected List<IndexedEndpointType> |
artifactResolutionService |
protected List<EndpointType> |
manageNameIDService |
protected List<String> |
nameIDFormat |
protected List<EndpointType> |
singleLogoutService |
cacheDuration, contactPerson, errorURL, extensions, id, keyDescriptor, organization, protocolSupportEnumeration, signature, validUntil| Constructor and Description |
|---|
SSODescriptorType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getCacheDuration, getContactPerson, getErrorURL, getExtensions, getID, getKeyDescriptor, getOrganization, getOtherAttributes, getProtocolSupportEnumeration, getSignature, getValidUntil, setCacheDuration, setErrorURL, setExtensions, setID, setOrganization, setSignature, setValidUntilprotected List<IndexedEndpointType> artifactResolutionService
protected List<EndpointType> singleLogoutService
protected List<EndpointType> manageNameIDService
public List<IndexedEndpointType> getArtifactResolutionService()
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
public List<EndpointType> getSingleLogoutService()
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
public List<EndpointType> getManageNameIDService()
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
public List<String> getNameIDFormat()
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 © 2013 Seam Framework. All Rights Reserved.