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 |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSAMLConfigurationProvider
An abstact class to hold the common functionality across 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 |
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. |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.