Class PDPDescriptorType
- java.lang.Object
-
- org.certificateservices.messages.saml2.metadata.jaxb.RoleDescriptorType
-
- org.certificateservices.messages.saml2.metadata.jaxb.PDPDescriptorType
-
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> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<EndpointType>assertionIDRequestServiceprotected java.util.List<EndpointType>authzServiceprotected java.util.List<java.lang.String>nameIDFormat-
Fields inherited from class org.certificateservices.messages.saml2.metadata.jaxb.RoleDescriptorType
cacheDuration, contactPerson, errorURL, extensions, id, keyDescriptor, organization, protocolSupportEnumeration, signature, validUntil
-
-
Constructor Summary
Constructors Constructor Description PDPDescriptorType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<EndpointType>getAssertionIDRequestService()Gets the value of the assertionIDRequestService property.java.util.List<EndpointType>getAuthzService()Gets the value of the authzService property.java.util.List<java.lang.String>getNameIDFormat()Gets the value of the nameIDFormat property.-
Methods inherited from class org.certificateservices.messages.saml2.metadata.jaxb.RoleDescriptorType
getCacheDuration, getContactPerson, getErrorURL, getExtensions, getID, getKeyDescriptor, getOrganization, getOtherAttributes, getProtocolSupportEnumeration, getSignature, getValidUntil, setCacheDuration, setErrorURL, setExtensions, setID, setOrganization, setSignature, setValidUntil
-
-
-
-
Field Detail
-
authzService
protected java.util.List<EndpointType> authzService
-
assertionIDRequestService
protected java.util.List<EndpointType> assertionIDRequestService
-
nameIDFormat
protected java.util.List<java.lang.String> nameIDFormat
-
-
Method Detail
-
getAuthzService
public java.util.List<EndpointType> getAuthzService()
Gets the value of the authzService property.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
setmethod for the authzService property.For example, to add a new item, do as follows:
getAuthzService().add(newItem);Objects of the following type(s) are allowed in the list
EndpointType
-
getAssertionIDRequestService
public java.util.List<EndpointType> getAssertionIDRequestService()
Gets the value of the assertionIDRequestService property.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
setmethod 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
-
getNameIDFormat
public java.util.List<java.lang.String> getNameIDFormat()
Gets the value of the nameIDFormat property.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
setmethod 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
-
-