|
||||||||||
| 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.IDPSSODescriptorType
public class IDPSSODescriptorType
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 | |
|---|---|
protected List<EndpointType> |
assertionIDRequestService
|
protected List<AttributeType> |
attribute
|
protected List<String> |
attributeProfile
|
protected List<EndpointType> |
nameIDMappingService
|
protected List<EndpointType> |
singleSignOnService
|
protected Boolean |
wantAuthnRequestsSigned
|
| 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 | |
|---|---|
IDPSSODescriptorType()
|
|
| Method Summary | |
|---|---|
List<EndpointType> |
getAssertionIDRequestService()
Gets the value of the assertionIDRequestService property. |
List<AttributeType> |
getAttribute()
Gets the value of the attribute property. |
List<String> |
getAttributeProfile()
Gets the value of the attributeProfile property. |
List<EndpointType> |
getNameIDMappingService()
Gets the value of the nameIDMappingService property. |
List<EndpointType> |
getSingleSignOnService()
Gets the value of the singleSignOnService property. |
Boolean |
isWantAuthnRequestsSigned()
Gets the value of the wantAuthnRequestsSigned property. |
void |
setWantAuthnRequestsSigned(Boolean value)
Sets the value of the wantAuthnRequestsSigned 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<EndpointType> singleSignOnService
protected List<EndpointType> nameIDMappingService
protected List<EndpointType> assertionIDRequestService
protected List<String> attributeProfile
protected List<AttributeType> attribute
protected Boolean wantAuthnRequestsSigned
| Constructor Detail |
|---|
public IDPSSODescriptorType()
| Method Detail |
|---|
public List<EndpointType> getSingleSignOnService()
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 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
public List<EndpointType> getNameIDMappingService()
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 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
public List<EndpointType> getAssertionIDRequestService()
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 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
public List<String> getAttributeProfile()
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 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
public List<AttributeType> getAttribute()
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 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
public Boolean isWantAuthnRequestsSigned()
Booleanpublic void setWantAuthnRequestsSigned(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||