public class AccessTokenIntrospectionProviderFactory extends Object implements TokenIntrospectionProviderFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
ACCESS_TOKEN_TYPE |
| Constructor and Description |
|---|
AccessTokenIntrospectionProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
TokenIntrospectionProvider |
create(KeycloakSession session) |
String |
getId() |
void |
init(Config.Scope config) |
void |
postInit(KeycloakSessionFactory factory) |
public static final String ACCESS_TOKEN_TYPE
public AccessTokenIntrospectionProviderFactory()
public TokenIntrospectionProvider create(KeycloakSession session)
create in interface ProviderFactory<TokenIntrospectionProvider>public void init(Config.Scope config)
init in interface ProviderFactory<TokenIntrospectionProvider>public void postInit(KeycloakSessionFactory factory)
postInit in interface ProviderFactory<TokenIntrospectionProvider>public void close()
close in interface ProviderFactory<TokenIntrospectionProvider>public String getId()
getId in interface ProviderFactory<TokenIntrospectionProvider>Copyright © 2016 JBoss by Red Hat. All rights reserved.