Package | Description |
---|---|
org.keycloak.representations.idm | |
org.keycloak.services.managers | |
org.keycloak.services.resources.admin |
Modifier and Type | Field and Description |
---|---|
protected List<ApplicationRepresentation> |
RealmRepresentation.applications |
Modifier and Type | Method and Description |
---|---|
ApplicationRepresentation |
RealmRepresentation.resource(String name) |
Modifier and Type | Method and Description |
---|---|
List<ApplicationRepresentation> |
RealmRepresentation.getApplications() |
Modifier and Type | Method and Description |
---|---|
void |
RealmRepresentation.setApplications(List<ApplicationRepresentation> applications) |
Modifier and Type | Method and Description |
---|---|
ApplicationRepresentation |
ApplicationManager.toRepresentation(ApplicationModel applicationModel) |
Modifier and Type | Method and Description |
---|---|
ApplicationModel |
ApplicationManager.createApplication(RealmModel realm,
ApplicationRepresentation resourceRep)
Does not create scope or role mappings!
|
void |
ApplicationManager.updateApplication(ApplicationRepresentation rep,
ApplicationModel resource) |
Modifier and Type | Method and Description |
---|---|
ApplicationRepresentation |
ApplicationResource.getApplication()
Get representation of the application.
|
Modifier and Type | Method and Description |
---|---|
List<ApplicationRepresentation> |
ApplicationsResource.getApplications()
List of applications belonging to this realm.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ApplicationsResource.createApplication(javax.ws.rs.core.UriInfo uriInfo,
ApplicationRepresentation rep)
Create a new application.
|
javax.ws.rs.core.Response |
ApplicationResource.update(ApplicationRepresentation rep)
Update the application.
|
Copyright © 2014. All Rights Reserved.