public class DefaultSamlArtifactResolverFactory extends Object implements ArtifactResolverFactory
Modifier and Type | Field and Description |
---|---|
static byte[] |
TYPE_CODE
SAML 2 artifact type code (0x0004).
|
Constructor and Description |
---|
DefaultSamlArtifactResolverFactory() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
DefaultSamlArtifactResolver |
create(KeycloakSession session) |
String |
getId() |
void |
init(Config.Scope config) |
void |
postInit(KeycloakSessionFactory factory) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
order
public DefaultSamlArtifactResolver create(KeycloakSession session)
create
in interface ProviderFactory<ArtifactResolver>
public void init(Config.Scope config)
init
in interface ProviderFactory<ArtifactResolver>
public void postInit(KeycloakSessionFactory factory)
postInit
in interface ProviderFactory<ArtifactResolver>
public void close()
close
in interface ProviderFactory<ArtifactResolver>
public String getId()
getId
in interface ProviderFactory<ArtifactResolver>
Copyright © 2021 JBoss by Red Hat. All rights reserved.