Modifier and Type | Class and Description |
---|---|
class |
IDPType
IDP Type defines the configuration for an Identity Provider.
|
class |
SPType
Service Provider Type
Java class for SPType complex 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 |
SPType.importFrom(ProviderType other) |
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 |
MetadataProviderUtils.getProviderType(PicketLinkType picketLinkConfiguration) |
Modifier and Type | Method and Description |
---|---|
static String |
MetadataProviderUtils.getBindingURI(ProviderType providerType) |
static String |
MetadataProviderUtils.getLogoutResponseLocation(ProviderType providerType) |
static String |
MetadataProviderUtils.getLogoutURL(ProviderType providerType) |
static String |
MetadataProviderUtils.getServiceURL(ProviderType providerType) |
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 | Method and Description |
---|---|
protected ProviderType |
ServiceProviderBaseProcessor.getSpConfiguration() |
Copyright © 2021 JBoss by Red Hat. All rights reserved.