Modifier and Type | Method and Description |
---|---|
RealmRepresentation |
RealmResource.toRepresentation() |
Modifier and Type | Method and Description |
---|---|
List<RealmRepresentation> |
RealmsResource.findAll() |
Modifier and Type | Method and Description |
---|---|
void |
RealmsResource.create(RealmRepresentation realmRepresentation) |
Modifier and Type | Method and Description |
---|---|
void |
DirExportProvider.writeRealm(String fileName,
RealmRepresentation rep) |
Modifier and Type | Method and Description |
---|---|
static RealmRepresentation |
ExportUtils.exportRealm(KeycloakSession session,
RealmModel realm,
boolean includeUsers) |
Modifier and Type | Method and Description |
---|---|
static RealmModel |
ImportUtils.importRealm(KeycloakSession session,
RealmRepresentation rep,
Strategy strategy)
Fully import realm from representation, save it to model and return model of newly created realm
|
protected abstract void |
MultipleStepsExportProvider.writeRealm(String fileName,
RealmRepresentation rep) |
Modifier and Type | Method and Description |
---|---|
protected void |
ZipExportProvider.writeRealm(String fileName,
RealmRepresentation rep) |
Modifier and Type | Method and Description |
---|---|
static RealmRepresentation |
ModelToRepresentation.toRepresentation(RealmModel realm) |
Modifier and Type | Method and Description |
---|---|
static void |
RepresentationToModel.importRealm(KeycloakSession session,
RealmRepresentation rep,
RealmModel newRealm) |
static void |
RepresentationToModel.updateRealm(RealmRepresentation rep,
RealmModel realm) |
Modifier and Type | Method and Description |
---|---|
RealmModel |
RealmManager.importRealm(RealmRepresentation rep) |
void |
RealmManager.importRealm(RealmRepresentation rep,
RealmModel newRealm) |
Modifier and Type | Method and Description |
---|---|
void |
KeycloakApplication.importRealm(RealmRepresentation rep,
String from) |
Modifier and Type | Method and Description |
---|---|
RealmRepresentation |
RealmAdminResource.getRealm()
Get the top-level representation of the realm.
|
Modifier and Type | Method and Description |
---|---|
List<RealmRepresentation> |
RealmsAdminResource.getRealms()
Returns a list of realms.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
RealmsAdminResource.importRealm(javax.ws.rs.core.UriInfo uriInfo,
RealmRepresentation rep)
Import a realm from a full representation of that realm.
|
javax.ws.rs.core.Response |
RealmAdminResource.updateRealm(RealmRepresentation rep)
Update the top-level information of this realm.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RealmsAdminResource.addRealmRep(List<RealmRepresentation> reps,
RealmModel realm,
ApplicationModel realmManagementApplication) |
Modifier and Type | Method and Description |
---|---|
void |
KeycloakServer.importRealm(RealmRepresentation rep) |
Copyright © 2014. All Rights Reserved.