PicketLink Federation Core 2.1.6.Final-redhat-2

Uses of Class
org.picketlink.identity.federation.core.config.ProviderType

Packages that use ProviderType
org.picketlink.identity.federation.core.config   
org.picketlink.identity.federation.core.parsers.config   
org.picketlink.identity.federation.core.util   
org.picketlink.identity.federation.web.process   
 

Uses of ProviderType in org.picketlink.identity.federation.core.config
 

Subclasses of ProviderType in org.picketlink.identity.federation.core.config
 class IDPType
          IDP Type defines the configuration for an Identity Provider.
 class SPType
          Service Provider Type
 

Methods in org.picketlink.identity.federation.core.config that return ProviderType
 ProviderType PicketLinkType.getIdpOrSP()
           
 

Methods in org.picketlink.identity.federation.core.config with parameters of type ProviderType
 void ProviderType.importFrom(ProviderType other)
          Import values from another IDPType
 void PicketLinkType.setIdpOrSP(ProviderType idpOrSP)
           
 

Uses of ProviderType in org.picketlink.identity.federation.core.parsers.config
 

Methods in org.picketlink.identity.federation.core.parsers.config that return ProviderType
protected  ProviderType SAMLConfigParser.parseSPConfiguration(XMLEventReader xmlEventReader)
           
 

Uses of ProviderType in org.picketlink.identity.federation.core.util
 

Methods in org.picketlink.identity.federation.core.util that return ProviderType
static ProviderType CoreConfigUtil.getSPConfiguration(EntityDescriptorType entityDescriptor, String bindingURI)
          Given a metadata EntityDescriptorType, construct the Service provider configuration
 

Methods in org.picketlink.identity.federation.core.util with parameters of type ProviderType
static List<EntityDescriptorType> CoreConfigUtil.getMetadataConfiguration(ProviderType providerType, javax.servlet.ServletContext servletContext)
          Read metadata from ProviderType
static TrustKeyManager CoreConfigUtil.getTrustKeyManager(ProviderType idpOrSPConfiguration)
          Given either the IDP Configuration or the SP Configuration, derive the TrustKeyManager
static PublicKey CoreConfigUtil.getValidatingKey(ProviderType idpSpConfiguration, String domain)
          Get the validating key
 

Uses of ProviderType in org.picketlink.identity.federation.web.process
 

Fields in org.picketlink.identity.federation.web.process declared as ProviderType
protected  ProviderType ServiceProviderBaseProcessor.spConfiguration
           
 

Methods in org.picketlink.identity.federation.web.process with parameters of type ProviderType
 void ServiceProviderBaseProcessor.setConfiguration(ProviderType sp)
          Set the SP configuration
 


PicketLink Federation Core 2.1.6.Final-redhat-2

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