Class SPSSODescriptorType
- java.lang.Object
-
- org.certificateservices.messages.saml2.metadata.jaxb.RoleDescriptorType
-
- org.certificateservices.messages.saml2.metadata.jaxb.SSODescriptorType
-
- org.certificateservices.messages.saml2.metadata.jaxb.SPSSODescriptorType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<IndexedEndpointType>assertionConsumerServiceprotected java.util.List<AttributeConsumingServiceType>attributeConsumingServiceprotected java.lang.BooleanauthnRequestsSignedprotected java.lang.BooleanwantAssertionsSigned-
Fields inherited from class org.certificateservices.messages.saml2.metadata.jaxb.SSODescriptorType
artifactResolutionService, manageNameIDService, nameIDFormat, singleLogoutService
-
Fields inherited from class org.certificateservices.messages.saml2.metadata.jaxb.RoleDescriptorType
cacheDuration, contactPerson, errorURL, extensions, id, keyDescriptor, organization, protocolSupportEnumeration, signature, validUntil
-
-
Constructor Summary
Constructors Constructor Description SPSSODescriptorType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<IndexedEndpointType>getAssertionConsumerService()Gets the value of the assertionConsumerService property.java.util.List<AttributeConsumingServiceType>getAttributeConsumingService()Gets the value of the attributeConsumingService property.java.lang.BooleanisAuthnRequestsSigned()Gets the value of the authnRequestsSigned property.java.lang.BooleanisWantAssertionsSigned()Gets the value of the wantAssertionsSigned property.voidsetAuthnRequestsSigned(java.lang.Boolean value)Sets the value of the authnRequestsSigned property.voidsetWantAssertionsSigned(java.lang.Boolean value)Sets the value of the wantAssertionsSigned property.-
Methods inherited from class org.certificateservices.messages.saml2.metadata.jaxb.SSODescriptorType
getArtifactResolutionService, getManageNameIDService, getNameIDFormat, getSingleLogoutService
-
Methods inherited from class org.certificateservices.messages.saml2.metadata.jaxb.RoleDescriptorType
getCacheDuration, getContactPerson, getErrorURL, getExtensions, getID, getKeyDescriptor, getOrganization, getOtherAttributes, getProtocolSupportEnumeration, getSignature, getValidUntil, setCacheDuration, setErrorURL, setExtensions, setID, setOrganization, setSignature, setValidUntil
-
-
-
-
Field Detail
-
assertionConsumerService
protected java.util.List<IndexedEndpointType> assertionConsumerService
-
attributeConsumingService
protected java.util.List<AttributeConsumingServiceType> attributeConsumingService
-
authnRequestsSigned
protected java.lang.Boolean authnRequestsSigned
-
wantAssertionsSigned
protected java.lang.Boolean wantAssertionsSigned
-
-
Method Detail
-
getAssertionConsumerService
public java.util.List<IndexedEndpointType> getAssertionConsumerService()
Gets the value of the assertionConsumerService 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
setmethod 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
-
getAttributeConsumingService
public java.util.List<AttributeConsumingServiceType> getAttributeConsumingService()
Gets the value of the attributeConsumingService 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
setmethod 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
-
isAuthnRequestsSigned
public java.lang.Boolean isAuthnRequestsSigned()
Gets the value of the authnRequestsSigned property.- Returns:
- possible object is
Boolean
-
setAuthnRequestsSigned
public void setAuthnRequestsSigned(java.lang.Boolean value)
Sets the value of the authnRequestsSigned property.- Parameters:
value- allowed object isBoolean
-
isWantAssertionsSigned
public java.lang.Boolean isWantAssertionsSigned()
Gets the value of the wantAssertionsSigned property.- Returns:
- possible object is
Boolean
-
setWantAssertionsSigned
public void setWantAssertionsSigned(java.lang.Boolean value)
Sets the value of the wantAssertionsSigned property.- Parameters:
value- allowed object isBoolean
-
-