public class AuthnAuthorityDescriptorType extends RoleDescriptorType
Java class for AuthnAuthorityDescriptorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthnAuthorityDescriptorType">
<complexContent>
<extension base="{urn:oasis:names:tc:SAML:2.0:metadata}RoleDescriptorType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:2.0:metadata}AuthnQueryService" maxOccurs="unbounded"/>
<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}NameIDFormat" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<EndpointType> |
assertionIDRequestService |
protected List<EndpointType> |
authnQueryService |
protected List<String> |
nameIDFormat |
cacheDuration, contactPerson, errorURL, extensions, id, keyDescriptor, organization, protocolSupportEnumeration, signature, validUntil| Constructor and Description |
|---|
AuthnAuthorityDescriptorType() |
| Modifier and Type | Method and Description |
|---|---|
List<EndpointType> |
getAssertionIDRequestService()
Gets the value of the assertionIDRequestService property.
|
List<EndpointType> |
getAuthnQueryService()
Gets the value of the authnQueryService property.
|
List<String> |
getNameIDFormat()
Gets the value of the nameIDFormat property.
|
getCacheDuration, getContactPerson, getErrorURL, getExtensions, getID, getKeyDescriptor, getOrganization, getOtherAttributes, getProtocolSupportEnumeration, getSignature, getValidUntil, setCacheDuration, setErrorURL, setExtensions, setID, setOrganization, setSignature, setValidUntilprotected List<EndpointType> authnQueryService
protected List<EndpointType> assertionIDRequestService
public List<EndpointType> getAuthnQueryService()
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 authnQueryService property.
For example, to add a new item, do as follows:
getAuthnQueryService().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> getNameIDFormat()
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 nameIDFormat property.
For example, to add a new item, do as follows:
getNameIDFormat().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2013 Seam Framework. All Rights Reserved.