Modifier and Type | Method and Description |
---|---|
ApplicationRepresentation |
ApplicationResource.toRepresentation() |
Modifier and Type | Method and Description |
---|---|
List<ApplicationRepresentation> |
ApplicationsResource.findAll() |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationsResource.create(ApplicationRepresentation applicationRepresentation) |
void |
ApplicationResource.update(ApplicationRepresentation applicationRepresentation) |
Modifier and Type | Method and Description |
---|---|
static ApplicationRepresentation |
ExportUtils.exportApplication(ApplicationModel app)
Full export of application including claims and secret
|
Modifier and Type | Method and Description |
---|---|
static ApplicationRepresentation |
ModelToRepresentation.toRepresentation(ApplicationModel applicationModel) |
Modifier and Type | Method and Description |
---|---|
static ApplicationModel |
RepresentationToModel.createApplication(KeycloakSession session,
RealmModel realm,
ApplicationRepresentation resourceRep,
boolean addDefaultRoles)
Does not create scope or role mappings!
|
static void |
RepresentationToModel.updateApplication(ApplicationRepresentation rep,
ApplicationModel resource) |
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 |
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 © 2015. All rights reserved.