Modifier and Type | Class and Description |
---|---|
class |
IDPType
IDP Type defines the configuration for an Identity Provider.
|
class |
SPType
Service Provider Type
|
Modifier and Type | Method and Description |
---|---|
ProviderType |
PicketLinkType.getIdpOrSP() |
Modifier and Type | Method and Description |
---|---|
void |
ProviderType.importFrom(ProviderType other)
Import values from another
IDPType |
void |
PicketLinkType.setIdpOrSP(ProviderType idpOrSP) |
Modifier and Type | Method and Description |
---|---|
protected ProviderType |
SAMLConfigParser.parseSPConfiguration(XMLEventReader xmlEventReader) |
Modifier and Type | Method and Description |
---|---|
static ProviderType |
CoreConfigUtil.getSPConfiguration(EntityDescriptorType entityDescriptor,
String bindingURI)
Given a metadata
EntityDescriptorType , construct the Service provider configuration |
Modifier and Type | Method and Description |
---|---|
static List<EntityDescriptorType> |
CoreConfigUtil.getMetadataConfiguration(ProviderType providerType,
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
|
Modifier and Type | Method and Description |
---|---|
protected ProviderType |
BaseSAML2Handler.getProviderconfig() |
Modifier and Type | Field and Description |
---|---|
protected ProviderType |
ServiceProviderBaseProcessor.spConfiguration |
Modifier and Type | Method and Description |
---|---|
void |
ServiceProviderBaseProcessor.setConfiguration(ProviderType sp)
Set the SP configuration
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.