Modifier and Type | Field and Description |
---|---|
protected SAMLConfigurationProvider |
AbstractIDPValve.configProvider
The user can inject a fully qualified name of a
SAMLConfigurationProvider |
Modifier and Type | Method and Description |
---|---|
void |
AbstractIDPValve.setConfigProvider(SAMLConfigurationProvider configurationProvider) |
Modifier and Type | Field and Description |
---|---|
protected SAMLConfigurationProvider |
BaseFormAuthenticator.configProvider
The user can inject a fully qualified name of a
SAMLConfigurationProvider |
Modifier and Type | Method and Description |
---|---|
void |
BaseFormAuthenticator.setConfigProvider(SAMLConfigurationProvider configProvider)
Set an instance of the
SAMLConfigurationProvider |
Constructor and Description |
---|
IDPServletExtension(SAMLConfigurationProvider configurationProvider,
PicketLinkAuditHelper auditHelper) |
Modifier and Type | Field and Description |
---|---|
protected SAMLConfigurationProvider |
SPFormAuthenticationMechanism.configProvider
The user can inject a fully qualified name of a
SAMLConfigurationProvider |
Constructor and Description |
---|
SPFormAuthenticationMechanism(FormParserFactory parserFactory,
String name,
String loginPage,
String errorPage,
ServletContext servletContext,
SAMLConfigurationProvider configProvider,
PicketLinkAuditHelper auditHelper) |
SPServletExtension(SAMLConfigurationProvider configurationProvider,
PicketLinkAuditHelper auditHelper) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSAMLConfigurationProvider
An abstact class to hold the common functionality across providers
|
class |
AbstractSPMetadataConfigurationProvider
Base
SAMLConfigurationProvider class providing some common
functionality when parsing SAML Metadata files for service providers. |
class |
IDPMetadataConfigurationProvider
An instance of
SAMLConfigurationProvider that can be used to generate the IDP configuration using SAML2
Metadata. |
class |
PropertiesConfigurationProvider
A properties file based
SAMLConfigurationProvider . |
class |
SPMetadataProvider
Author: tito
|
class |
SPPostMetadataConfigurationProvider
An instance of
SAMLConfigurationProvider that can be used to generate the SP configuration for the HTTP-POST
binding
using SAML2 Metadata. |
class |
SPRedirectMetadataConfigurationProvider
An instance of
SAMLConfigurationProvider that can be used to generate the SP configuration for the
HTTP-Redirect
binding using SAML2 Metadata. |
Modifier and Type | Field and Description |
---|---|
protected SAMLConfigurationProvider |
IDPFilter.configProvider
The user can inject a fully qualified name of a
SAMLConfigurationProvider |
Modifier and Type | Method and Description |
---|---|
SAMLConfigurationProvider |
IDPFilter.getConfigProvider() |
Modifier and Type | Method and Description |
---|---|
static SAMLConfigurationProvider |
ConfigurationUtil.getConfigurationProvider(ServletContext servletContext) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.