org.jboss.seam.security.external.jaxb.samlv2.metadata
Class PDPDescriptorType

java.lang.Object
  extended by org.jboss.seam.security.external.jaxb.samlv2.metadata.RoleDescriptorType
      extended by org.jboss.seam.security.external.jaxb.samlv2.metadata.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
protected  List<EndpointType> assertionIDRequestService
           
protected  List<EndpointType> authzService
           
protected  List<String> nameIDFormat
           
 
Fields inherited from class org.jboss.seam.security.external.jaxb.samlv2.metadata.RoleDescriptorType
cacheDuration, contactPerson, errorURL, extensions, id, keyDescriptor, organization, protocolSupportEnumeration, signature, validUntil
 
Constructor Summary
PDPDescriptorType()
           
 
Method Summary
 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.
 
Methods inherited from class org.jboss.seam.security.external.jaxb.samlv2.metadata.RoleDescriptorType
getCacheDuration, getContactPerson, getErrorURL, getExtensions, getID, getKeyDescriptor, getOrganization, getOtherAttributes, getProtocolSupportEnumeration, getSignature, getValidUntil, setCacheDuration, setErrorURL, setExtensions, setID, setOrganization, setSignature, setValidUntil
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

authzService

protected List<EndpointType> authzService

assertionIDRequestService

protected List<EndpointType> assertionIDRequestService

nameIDFormat

protected List<String> nameIDFormat
Constructor Detail

PDPDescriptorType

public PDPDescriptorType()
Method Detail

getAuthzService

public 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 set method 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 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 set method 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 List<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 set method 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



Copyright © 2011 Seam Framework. All Rights Reserved.