Class IDPSSODescriptorType
- java.lang.Object
-
- org.certificateservices.messages.saml2.metadata.jaxb.RoleDescriptorType
-
- org.certificateservices.messages.saml2.metadata.jaxb.SSODescriptorType
-
- org.certificateservices.messages.saml2.metadata.jaxb.IDPSSODescriptorType
-
public class IDPSSODescriptorType extends SSODescriptorType
Java class for IDPSSODescriptorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IDPSSODescriptorType"> <complexContent> <extension base="{urn:oasis:names:tc:SAML:2.0:metadata}SSODescriptorType"> <sequence> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}SingleSignOnService" maxOccurs="unbounded"/> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}NameIDMappingService" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}AssertionIDRequestService" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}AttributeProfile" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Attribute" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="WantAuthnRequestsSigned" 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<EndpointType>assertionIDRequestServiceprotected java.util.List<AttributeType>attributeprotected java.util.List<java.lang.String>attributeProfileprotected java.util.List<EndpointType>nameIDMappingServiceprotected java.util.List<EndpointType>singleSignOnServiceprotected java.lang.BooleanwantAuthnRequestsSigned-
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 IDPSSODescriptorType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<EndpointType>getAssertionIDRequestService()Gets the value of the assertionIDRequestService property.java.util.List<AttributeType>getAttribute()Gets the value of the attribute property.java.util.List<java.lang.String>getAttributeProfile()Gets the value of the attributeProfile property.java.util.List<EndpointType>getNameIDMappingService()Gets the value of the nameIDMappingService property.java.util.List<EndpointType>getSingleSignOnService()Gets the value of the singleSignOnService property.java.lang.BooleanisWantAuthnRequestsSigned()Gets the value of the wantAuthnRequestsSigned property.voidsetWantAuthnRequestsSigned(java.lang.Boolean value)Sets the value of the wantAuthnRequestsSigned 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
-
singleSignOnService
protected java.util.List<EndpointType> singleSignOnService
-
nameIDMappingService
protected java.util.List<EndpointType> nameIDMappingService
-
assertionIDRequestService
protected java.util.List<EndpointType> assertionIDRequestService
-
attributeProfile
protected java.util.List<java.lang.String> attributeProfile
-
attribute
protected java.util.List<AttributeType> attribute
-
wantAuthnRequestsSigned
protected java.lang.Boolean wantAuthnRequestsSigned
-
-
Method Detail
-
getSingleSignOnService
public java.util.List<EndpointType> getSingleSignOnService()
Gets the value of the singleSignOnService 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 singleSignOnService property.For example, to add a new item, do as follows:
getSingleSignOnService().add(newItem);Objects of the following type(s) are allowed in the list
EndpointType
-
getNameIDMappingService
public java.util.List<EndpointType> getNameIDMappingService()
Gets the value of the nameIDMappingService 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 nameIDMappingService property.For example, to add a new item, do as follows:
getNameIDMappingService().add(newItem);Objects of the following type(s) are allowed in the list
EndpointType
-
getAssertionIDRequestService
public java.util.List<EndpointType> getAssertionIDRequestService()
Gets the value of the assertionIDRequestService 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 assertionIDRequestService property.For example, to add a new item, do as follows:
getAssertionIDRequestService().add(newItem);Objects of the following type(s) are allowed in the list
EndpointType
-
getAttributeProfile
public java.util.List<java.lang.String> getAttributeProfile()
Gets the value of the attributeProfile 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 attributeProfile property.For example, to add a new item, do as follows:
getAttributeProfile().add(newItem);Objects of the following type(s) are allowed in the list
String
-
getAttribute
public java.util.List<AttributeType> getAttribute()
Gets the value of the attribute 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 attribute property.For example, to add a new item, do as follows:
getAttribute().add(newItem);Objects of the following type(s) are allowed in the list
AttributeType
-
isWantAuthnRequestsSigned
public java.lang.Boolean isWantAuthnRequestsSigned()
Gets the value of the wantAuthnRequestsSigned property.- Returns:
- possible object is
Boolean
-
setWantAuthnRequestsSigned
public void setWantAuthnRequestsSigned(java.lang.Boolean value)
Sets the value of the wantAuthnRequestsSigned property.- Parameters:
value- allowed object isBoolean
-
-