org.picketlink.identity.federation.core.config
Class ServiceProvidersType
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serviceProvider
protected List<ServiceProviderType> serviceProvider
ServiceProvidersType
public ServiceProvidersType()
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
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.