|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.saml._2_0.metadata.RoleDescriptorType
oasis.names.tc.saml._2_0.metadata.SSODescriptorType
oasis.names.tc.saml._2_0.metadata.SPSSODescriptor
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:32:13+02:00", comments="JAXB RI v2.2.6") public class SPSSODescriptor
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>
Constructor Summary | |
---|---|
SPSSODescriptor()
|
Method Summary | |
---|---|
List<IndexedEndpointType> |
getAssertionConsumerServices()
Gets the value of the assertionConsumerServices property. |
List<AttributeConsumingService> |
getAttributeConsumingServices()
Gets the value of the attributeConsumingServices 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 oasis.names.tc.saml._2_0.metadata.SSODescriptorType |
---|
getArtifactResolutionServices, getManageNameIDServices, getNameIDFormats, getSingleLogoutServices |
Methods inherited from class oasis.names.tc.saml._2_0.metadata.RoleDescriptorType |
---|
getCacheDuration, getContactPersons, getErrorURL, getExtensions, getID, getKeyDescriptors, getOrganization, getOtherAttributes, getProtocolSupportEnumerations, getSignature, getValidUntil, setCacheDuration, setErrorURL, setExtensions, setID, setOrganization, setSignature, setValidUntil |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SPSSODescriptor()
Method Detail |
---|
public List<IndexedEndpointType> getAssertionConsumerServices()
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 assertionConsumerServices property.
For example, to add a new item, do as follows:
getAssertionConsumerServices().add(newItem);
Objects of the following type(s) are allowed in the list
IndexedEndpointType
public List<AttributeConsumingService> getAttributeConsumingServices()
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 attributeConsumingServices property.
For example, to add a new item, do as follows:
getAttributeConsumingServices().add(newItem);
Objects of the following type(s) are allowed in the list
AttributeConsumingService
public Boolean isAuthnRequestsSigned()
Boolean
public void setAuthnRequestsSigned(Boolean value)
value
- allowed object is
Boolean
public Boolean isWantAssertionsSigned()
Boolean
public 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 |