Package | Description |
---|---|
org.keycloak | |
org.keycloak.representations | |
org.keycloak.representations.adapters.action |
Modifier and Type | Method and Description |
---|---|
TokenCategory |
Token.getCategory() |
static TokenCategory |
TokenCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenCategory[] |
TokenCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TokenCategory |
RefreshToken.getCategory() |
TokenCategory |
JsonWebToken.getCategory() |
TokenCategory |
IDToken.getCategory() |
TokenCategory |
AccessToken.getCategory() |
Modifier and Type | Method and Description |
---|---|
TokenCategory |
AdminAction.getCategory() |
Copyright © 2021 JBoss by Red Hat. All rights reserved.