public class InfinispanTokenRevocationStoreProviderFactory extends Object implements TokenRevocationStoreProviderFactory
| Constructor and Description |
|---|
InfinispanTokenRevocationStoreProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
TokenRevocationStoreProvider |
create(KeycloakSession session) |
String |
getId() |
void |
init(Config.Scope config) |
int |
order() |
void |
postInit(KeycloakSessionFactory factory) |
public InfinispanTokenRevocationStoreProviderFactory()
public TokenRevocationStoreProvider create(KeycloakSession session)
create in interface ProviderFactory<TokenRevocationStoreProvider>public void init(Config.Scope config)
init in interface ProviderFactory<TokenRevocationStoreProvider>public void postInit(KeycloakSessionFactory factory)
postInit in interface ProviderFactory<TokenRevocationStoreProvider>public void close()
close in interface ProviderFactory<TokenRevocationStoreProvider>public String getId()
getId in interface ProviderFactory<TokenRevocationStoreProvider>public int order()
order in interface ProviderFactory<TokenRevocationStoreProvider>Copyright © 2021 JBoss by Red Hat. All rights reserved.