Modifier and Type | Class and Description |
---|---|
class |
DefaultSamlDeployment |
Modifier and Type | Field and Description |
---|---|
protected SamlDeployment |
AbstractInitiateLogin.deployment |
Modifier and Type | Method and Description |
---|---|
SamlDeployment |
SamlConfigResolver.resolve(HttpFacade.Request facade) |
SamlDeployment |
SamlDeploymentContext.resolveDeployment(HttpFacade facade) |
Modifier and Type | Method and Description |
---|---|
static RoleMappingsProvider |
RoleMappingsProviderUtils.bootstrapRoleMappingsProvider(SamlDeployment deployment,
ResourceLoader loader,
SP.RoleMappingsProviderConfig providerConfig)
Loads the available implementations of
RoleMappingsProvider and selects the provider that matches the id
that was configured in keycloak-saml.xml . |
static SAML2AuthnRequestBuilder |
AbstractInitiateLogin.buildSaml2AuthnRequestBuilder(SamlDeployment deployment) |
protected SamlAuthenticationHandler |
SamlAuthenticator.createAuthenticationHandler(HttpFacade facade,
SamlDeployment deployment,
SamlSessionStore sessionStore) |
protected SamlAuthenticationHandler |
SamlAuthenticator.createBrowserHandler(HttpFacade facade,
SamlDeployment deployment,
SamlSessionStore sessionStore) |
static BaseSAML2BindingBuilder |
AbstractInitiateLogin.createSaml2Binding(SamlDeployment deployment) |
void |
RoleMappingsProvider.init(SamlDeployment deployment,
ResourceLoader loader,
Properties config)
Initializes the provider.
|
void |
PropertiesBasedRoleMapper.init(SamlDeployment deployment,
ResourceLoader loader,
Properties config) |
static SamlSession |
SamlUtil.validateSamlSession(Object potentialSamlSession,
SamlDeployment deployment) |
Constructor and Description |
---|
AbstractInitiateLogin(SamlDeployment deployment,
SamlSessionStore sessionStore) |
SamlAuthenticator(HttpFacade facade,
SamlDeployment deployment,
SamlSessionStore sessionStore) |
SamlDeploymentContext(SamlDeployment deployment) |
Modifier and Type | Method and Description |
---|---|
SamlDeployment |
DeploymentBuilder.build(InputStream xml,
ResourceLoader resourceLoader) |
Modifier and Type | Field and Description |
---|---|
protected SamlDeployment |
AbstractSamlAuthenticationHandler.deployment |
Constructor and Description |
---|
AbstractSamlAuthenticationHandler(HttpFacade facade,
SamlDeployment deployment,
SamlSessionStore sessionStore) |
Modifier and Type | Method and Description |
---|---|
static SamlAuthenticationHandler |
EcpAuthenticationHandler.create(HttpFacade facade,
SamlDeployment deployment,
SamlSessionStore sessionStore) |
Modifier and Type | Method and Description |
---|---|
static SamlAuthenticationHandler |
WebBrowserSsoAuthenticationHandler.create(HttpFacade facade,
SamlDeployment deployment,
SamlSessionStore sessionStore) |
Constructor and Description |
---|
BrowserHandler(HttpFacade facade,
SamlDeployment deployment,
SamlSessionStore sessionStore) |
SamlEndpoint(HttpFacade facade,
SamlDeployment deployment,
SamlSessionStore sessionStore) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.