public class PDPDescriptorType extends RoleDescriptorType
Java class for PDPDescriptorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PDPDescriptorType">
<complexContent>
<extension base="{urn:oasis:names:tc:SAML:2.0:metadata}RoleDescriptorType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:2.0:metadata}AuthzService" 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> |
authzService |
protected List<String> |
nameIDFormat |
cacheDuration, contactPerson, errorURL, extensions, id, keyDescriptor, organization, protocolSupportEnumeration, signature, validUntilotherAttributes| Constructor and Description |
|---|
PDPDescriptorType(List<String> protocolSupport) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAssertionIDRequestService(EndpointType endpt)
Add assertion id request service
|
void |
addAuthZService(EndpointType endpt)
Add authorization service
|
void |
addNameIDFormat(String str)
Add Name ID Format
|
List<EndpointType> |
getAssertionIDRequestService()
Gets the value of the assertionIDRequestService property.
|
List<EndpointType> |
getAuthzService()
Gets the value of the authzService property.
|
List<String> |
getNameIDFormat()
Gets the value of the nameIDFormat property.
|
void |
removeAssertionIDRequestService(EndpointType endpt)
remove assertion id request service
|
void |
removeAuthZService(EndpointType endpt)
remove authorization 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, setValidUntiladdOtherAttribute, getOtherAttributes, removeOtherAttributeprotected List<EndpointType> authzService
protected List<EndpointType> assertionIDRequestService
public void addAuthZService(EndpointType endpt)
endpt - public void addAssertionIDRequestService(EndpointType endpt)
endpt - public void addNameIDFormat(String str)
str - public void removeAuthZService(EndpointType endpt)
endpt - public void removeAssertionIDRequestService(EndpointType endpt)
endpt - public void removeNameIDFormat(String str)
str - public List<EndpointType> getAuthzService()
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 © 2016 JBoss by Red Hat. All rights reserved.