public class AttributeAuthorityDescriptorType extends RoleDescriptorType
Java class for AttributeAuthorityDescriptorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeAuthorityDescriptorType"> <complexContent> <extension base="{urn:oasis:names:tc:SAML:2.0:metadata}RoleDescriptorType"> <sequence> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}AttributeService" 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"/> <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> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<EndpointType> |
assertionIDRequestService |
protected List<AttributeType> |
attribute |
protected List<String> |
attributeProfile |
protected List<EndpointType> |
attributeService |
protected List<String> |
nameIDFormat |
cacheDuration, contactPerson, errorURL, extensions, id, keyDescriptor, organization, protocolSupportEnumeration, signature, validUntil
otherAttributes
Constructor and Description |
---|
AttributeAuthorityDescriptorType(List<String> protocolSupport) |
Modifier and Type | Method and Description |
---|---|
void |
addAssertionIDRequestService(EndpointType endpoint)
Add an assertion id request service
|
void |
addAttribute(AttributeType attribute)
Add an attribute
|
void |
addAttributeProfile(String str)
Add an attribute profile
|
void |
addAttributeService(EndpointType endpoint)
Add an attribute service
|
void |
addNameIDFormat(String str)
Add a name id
|
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> |
getAttributeService()
Gets the value of the attributeService property.
|
List<String> |
getNameIDFormat()
Gets the value of the nameIDFormat property.
|
void |
removeAssertionIDRequestService(EndpointType endpoint)
Remove assertion id request service
|
void |
removeAttribute(AttributeType attribute)
Remove attribute
|
void |
removeAttributeProfile(String str)
Remove attribute profile
|
void |
removeAttributeService(EndpointType endpoint)
Remove an attribute service
|
void |
removeNameIDFormat(String str)
Remove Name ID
|
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> attributeService
protected List<EndpointType> assertionIDRequestService
protected List<AttributeType> attribute
public void addAttributeService(EndpointType endpoint)
endpoint
- public void addAssertionIDRequestService(EndpointType endpoint)
endpoint
- public void addNameIDFormat(String str)
str
- public void addAttributeProfile(String str)
str
- public void addAttribute(AttributeType attribute)
attribute
- public void removeAttributeService(EndpointType endpoint)
endpoint
- public void removeAssertionIDRequestService(EndpointType endpoint)
endpoint
- public void removeNameIDFormat(String str)
str
- public void removeAttributeProfile(String str)
str
- public void removeAttribute(AttributeType attribute)
attribute
- public List<EndpointType> getAttributeService()
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
public List<String> getNameIDFormat()
Objects of the following type(s) are allowed in the list String
public List<String> getAttributeProfile()
Objects of the following type(s) are allowed in the list String
public List<AttributeType> getAttribute()
Objects of the following type(s) are allowed in the list AttributeType
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.