Package | Description |
---|---|
org.keycloak.common.enums | |
org.keycloak.services.resources.account |
Modifier and Type | Field and Description |
---|---|
static AccountRestApiVersion |
AccountRestApiVersion.DEFAULT |
Modifier and Type | Method and Description |
---|---|
static AccountRestApiVersion |
AccountRestApiVersion.get(String strVersion) |
static AccountRestApiVersion |
AccountRestApiVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountRestApiVersion[] |
AccountRestApiVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AccountRestService(KeycloakSession session,
Auth auth,
ClientModel client,
EventBuilder event,
AccountRestApiVersion version) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.