|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.security.external.jaxb.samlv2.metadata.RoleDescriptorType
org.jboss.seam.security.external.jaxb.samlv2.metadata.SSODescriptorType
org.jboss.seam.security.external.jaxb.samlv2.metadata.SPSSODescriptorType
public class SPSSODescriptorType
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 | |
|---|---|
protected List<IndexedEndpointType> |
assertionConsumerService
|
protected List<AttributeConsumingServiceType> |
attributeConsumingService
|
protected Boolean |
authnRequestsSigned
|
protected Boolean |
wantAssertionsSigned
|
| Fields inherited from class org.jboss.seam.security.external.jaxb.samlv2.metadata.SSODescriptorType |
|---|
artifactResolutionService, manageNameIDService, nameIDFormat, 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 | |
|---|---|
SPSSODescriptorType()
|
|
| Method Summary | |
|---|---|
List<IndexedEndpointType> |
getAssertionConsumerService()
Gets the value of the assertionConsumerService property. |
List<AttributeConsumingServiceType> |
getAttributeConsumingService()
Gets the value of the attributeConsumingService 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 org.jboss.seam.security.external.jaxb.samlv2.metadata.SSODescriptorType |
|---|
getArtifactResolutionService, getManageNameIDService, getNameIDFormat, getSingleLogoutService |
| 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 |
|---|
protected List<IndexedEndpointType> assertionConsumerService
protected List<AttributeConsumingServiceType> attributeConsumingService
protected Boolean authnRequestsSigned
protected Boolean wantAssertionsSigned
| Constructor Detail |
|---|
public SPSSODescriptorType()
| Method Detail |
|---|
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 isAuthnRequestsSigned()
Booleanpublic void setAuthnRequestsSigned(Boolean value)
value - allowed object is
Booleanpublic Boolean isWantAssertionsSigned()
Booleanpublic void setWantAssertionsSigned(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||