Modifier and Type | Method and Description |
---|---|
void |
DirExportProvider.writeRealm(String fileName,
RealmRepresentation rep) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,RealmRepresentation> |
SingleFileImportProvider.realmReps |
Modifier and Type | Method and Description |
---|---|
static RealmRepresentation |
ExportUtils.exportRealm(KeycloakSession session,
RealmModel realm,
boolean includeUsers) |
Modifier and Type | Method and Description |
---|---|
static Map<String,RealmRepresentation> |
ImportUtils.getRealmsFromStream(com.fasterxml.jackson.databind.ObjectMapper mapper,
InputStream is) |
Modifier and Type | Method and Description |
---|---|
static boolean |
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 |
---|---|
static void |
ImportUtils.importRealms(KeycloakSession session,
Collection<RealmRepresentation> realms,
Strategy strategy) |
Modifier and Type | Method and Description |
---|---|
static RealmRepresentation |
ModelToRepresentation.toRepresentation(RealmModel realm,
boolean internal) |
Modifier and Type | Method and Description |
---|---|
static void |
ModelToRepresentation.exportAuthenticationFlows(RealmModel realm,
RealmRepresentation rep) |
static void |
ModelToRepresentation.exportGroups(RealmModel realm,
RealmRepresentation rep) |
static void |
ModelToRepresentation.exportRequiredActions(RealmModel realm,
RealmRepresentation rep) |
static void |
RepresentationToModel.importAuthenticationFlows(RealmModel newRealm,
RealmRepresentation rep) |
static void |
RepresentationToModel.importGroups(RealmModel realm,
RealmRepresentation rep) |
static void |
RepresentationToModel.importRealm(KeycloakSession session,
RealmRepresentation rep,
RealmModel newRealm) |
RealmModel |
RealmImporter.importRealm(RealmRepresentation rep) |
static OTPPolicy |
RepresentationToModel.toPolicy(RealmRepresentation rep) |
static void |
RepresentationToModel.updateRealm(RealmRepresentation rep,
RealmModel realm,
KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
String |
RealmManager.getRealmAdminClientId(RealmRepresentation realm) |
RealmModel |
RealmManager.importRealm(RealmRepresentation rep) |
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
It will not include nested information like User and Client representations.
|
Modifier and Type | Method and Description |
---|---|
List<RealmRepresentation> |
RealmsAdminResource.getRealms()
Get accessible realms
Returns a list of accessible 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
Imports a realm from a full representation of that realm.
|
javax.ws.rs.core.Response |
RealmAdminResource.updateRealm(RealmRepresentation rep)
Update the top-level information of the realm
Any user, roles or client information in the representation
will be ignored.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RealmsAdminResource.addRealmRep(List<RealmRepresentation> reps,
RealmModel realm,
ClientModel realmManagementClient) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.