PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.core.config
Class ServiceProvidersType

java.lang.Object
  extended by org.picketlink.identity.federation.core.config.ServiceProvidersType

public class ServiceProvidersType
extends Object

The service providers specify the token type expected by each service provider.

Java class for ServiceProvidersType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ServiceProvidersType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ServiceProvider" type="{urn:picketlink:identity-federation:config:1.0}ServiceProviderType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<ServiceProviderType> serviceProvider
           
 
Constructor Summary
ServiceProvidersType()
           
 
Method Summary
 void add(ServiceProviderType sp)
           
 List<ServiceProviderType> getServiceProvider()
          Gets the value of the serviceProvider property.
 void remove(ServiceProviderType sp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceProvider

protected List<ServiceProviderType> serviceProvider
Constructor Detail

ServiceProvidersType

public ServiceProvidersType()
Method Detail

add

public void add(ServiceProviderType sp)

remove

public void remove(ServiceProviderType sp)

getServiceProvider

public List<ServiceProviderType> getServiceProvider()
Gets the value of the serviceProvider property.

Objects of the following type(s) are allowed in the list ServiceProviderType


PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.