Package | Description |
---|---|
org.keycloak.client.admin.cli.config |
Modifier and Type | Method and Description |
---|---|
RealmConfigData |
RealmConfigData.deepcopy() |
RealmConfigData |
ConfigData.ensureRealmConfigData(String endpoint,
String realm) |
RealmConfigData |
ConfigData.getRealmConfigData(String endpoint,
String realm) |
RealmConfigData |
ConfigData.sessionRealmConfigData() |
Modifier and Type | Method and Description |
---|---|
Map<String,Map<String,RealmConfigData>> |
ConfigData.getEndpoints() |
Modifier and Type | Method and Description |
---|---|
void |
RealmConfigData.merge(RealmConfigData source) |
void |
RealmConfigData.mergeRefreshTokens(RealmConfigData source) |
void |
ConfigData.setRealmConfigData(RealmConfigData data) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigData.setEndpoints(Map<String,Map<String,RealmConfigData>> endpoints) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.