|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.saml._2_0.metadata.RoleDescriptorType
oasis.names.tc.saml._2_0.metadata.PDPDescriptor
@Generated(value="com.sun.tools.xjc.Driver", date="2016-10-28T03:12:37+02:00", comments="JAXB RI v2.2.6") public class PDPDescriptor
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>
Constructor Summary | |
---|---|
PDPDescriptor()
|
Method Summary | |
---|---|
List<EndpointType> |
getAssertionIDRequestServices()
Gets the value of the assertionIDRequestServices property. |
List<EndpointType> |
getAuthzServices()
Gets the value of the authzServices property. |
List<String> |
getNameIDFormats()
Gets the value of the nameIDFormats property. |
Methods inherited from class oasis.names.tc.saml._2_0.metadata.RoleDescriptorType |
---|
getCacheDuration, getContactPersons, getErrorURL, getExtensions, getID, getKeyDescriptors, getOrganization, getOtherAttributes, getProtocolSupportEnumerations, getSignature, getValidUntil, setCacheDuration, setErrorURL, setExtensions, setID, setOrganization, setSignature, setValidUntil |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PDPDescriptor()
Method Detail |
---|
public List<EndpointType> getAuthzServices()
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 authzServices property.
For example, to add a new item, do as follows:
getAuthzServices().add(newItem);
Objects of the following type(s) are allowed in the list
EndpointType
public List<EndpointType> getAssertionIDRequestServices()
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 assertionIDRequestServices property.
For example, to add a new item, do as follows:
getAssertionIDRequestServices().add(newItem);
Objects of the following type(s) are allowed in the list
EndpointType
public List<String> getNameIDFormats()
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 nameIDFormats property.
For example, to add a new item, do as follows:
getNameIDFormats().add(newItem);
Objects of the following type(s) are allowed in the list
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |