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> </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
otherAttributes
Constructor and Description |
---|
AuthnAuthorityDescriptorType(List<String> protocolSupport) |
Modifier and Type | Method and Description |
---|---|
void |
addAssertionIDRequestService(EndpointType endpoint)
Add assertion id request service
|
void |
addAuthnQueryService(EndpointType endpoint)
Add authn query service
|
void |
addNameIDFormat(String str)
Add name id format
|
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.
|
void |
removeAssertionIDRequestService(EndpointType endpoint)
remove assertion id request service
|
void |
removeAuthnQueryService(EndpointType endpoint)
Remove authn query service
|
void |
removeNameIDFormat(String str)
remove name id format
|
addContactPerson, addKeyDescriptor, getCacheDuration, getContactPerson, getErrorURL, getExtensions, getID, getKeyDescriptor, getOrganization, getProtocolSupportEnumeration, getSignature, getValidUntil, removeContactPerson, removeKeyDescriptor, setCacheDuration, setErrorURL, setExtensions, setID, setOrganization, setSignature, setValidUntil
addOtherAttribute, getOtherAttributes, removeOtherAttribute
protected List<EndpointType> authnQueryService
protected List<EndpointType> assertionIDRequestService
public void addAuthnQueryService(EndpointType endpoint)
endpoint
- public void addAssertionIDRequestService(EndpointType endpoint)
endpoint
- public void addNameIDFormat(String str)
str
- public void removeAuthnQueryService(EndpointType endpoint)
endpoint
- public void removeAssertionIDRequestService(EndpointType endpoint)
endpoint
- public void removeNameIDFormat(String str)
str
- public List<EndpointType> getAuthnQueryService()
Objects of the following type(s) are allowed in the list EndpointType
public List<EndpointType> getAssertionIDRequestService()
Objects of the following type(s) are allowed in the list EndpointType
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.