Package | Description |
---|---|
org.keycloak.services.managers | |
org.keycloak.services.resources | |
org.keycloak.services.resources.admin | |
org.keycloak.testutils |
Modifier and Type | Method and Description |
---|---|
static RealmRepresentation |
ModelToRepresentation.toRepresentation(RealmModel realm) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,ApplicationModel> |
RealmManager.createApplications(RealmRepresentation rep,
RealmModel realm) |
protected void |
RealmManager.createOAuthClients(RealmRepresentation realmRep,
RealmModel realm) |
RealmModel |
RealmManager.importRealm(RealmRepresentation rep) |
void |
RealmManager.importRealm(RealmRepresentation rep,
RealmModel newRealm) |
void |
RealmManager.updateRealm(RealmRepresentation rep,
RealmModel realm) |
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.