Package | Description |
---|---|
org.keycloak.adapters | |
org.keycloak.enums |
Modifier and Type | Field and Description |
---|---|
protected TokenStore |
KeycloakDeployment.tokenStore |
Modifier and Type | Method and Description |
---|---|
TokenStore |
KeycloakDeployment.getTokenStore() |
TokenStore |
AdapterDeploymentContext.DeploymentDelegate.getTokenStore() |
Modifier and Type | Method and Description |
---|---|
void |
KeycloakDeployment.setTokenStore(TokenStore tokenStore) |
void |
AdapterDeploymentContext.DeploymentDelegate.setTokenStore(TokenStore tokenStore) |
Modifier and Type | Method and Description |
---|---|
static TokenStore |
TokenStore.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenStore[] |
TokenStore.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.