|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |