public class SPSSODescriptorType extends SSODescriptorType
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>
| Modifier and Type | Field and Description |
|---|---|
protected List<IndexedEndpointType> |
assertionConsumerService |
protected List<AttributeConsumingServiceType> |
attributeConsumingService |
protected Boolean |
authnRequestsSigned |
protected Boolean |
wantAssertionsSigned |
artifactResolutionService, manageNameIDService, nameIDFormat, singleLogoutServicecacheDuration, contactPerson, errorURL, extensions, id, keyDescriptor, organization, protocolSupportEnumeration, signature, validUntil| Constructor and Description |
|---|
SPSSODescriptorType() |
| Modifier and Type | Method and Description |
|---|---|
List<IndexedEndpointType> |
getAssertionConsumerService()
Gets the value of the assertionConsumerService property.
|
List<AttributeConsumingServiceType> |
getAttributeConsumingService()
Gets the value of the attributeConsumingService property.
|
Boolean |
getAuthnRequestsSigned()
Gets the value of the authnRequestsSigned property.
|
Boolean |
getWantAssertionsSigned()
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.
|
getArtifactResolutionService, getManageNameIDService, getNameIDFormat, getSingleLogoutServicegetCacheDuration, getContactPerson, getErrorURL, getExtensions, getID, getKeyDescriptor, getOrganization, getOtherAttributes, getProtocolSupportEnumeration, getSignature, getValidUntil, setCacheDuration, setErrorURL, setExtensions, setID, setOrganization, setSignature, setValidUntilprotected List<IndexedEndpointType> assertionConsumerService
protected List<AttributeConsumingServiceType> attributeConsumingService
protected Boolean authnRequestsSigned
protected Boolean wantAssertionsSigned
public List<IndexedEndpointType> getAssertionConsumerService()
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 assertionConsumerService property.
For example, to add a new item, do as follows:
getAssertionConsumerService().add(newItem);
Objects of the following type(s) are allowed in the list
IndexedEndpointType
public List<AttributeConsumingServiceType> getAttributeConsumingService()
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 attributeConsumingService property.
For example, to add a new item, do as follows:
getAttributeConsumingService().add(newItem);
Objects of the following type(s) are allowed in the list
AttributeConsumingServiceType
public Boolean getAuthnRequestsSigned()
Booleanpublic void setAuthnRequestsSigned(Boolean value)
value - allowed object is
Booleanpublic Boolean getWantAssertionsSigned()
BooleanCopyright © 2013 Seam Framework. All Rights Reserved.