Modifier and Type | Method and Description |
---|---|
ClientRepresentation |
KeycloakClientDescriptionConverter.convertToInternal(String description) |
ClientRepresentation |
ClientDescriptionConverter.convertToInternal(String description) |
Modifier and Type | Method and Description |
---|---|
static ClientRepresentation |
ExportUtils.exportClient(ClientModel client)
Full export of application including claims and secret
|
Modifier and Type | Method and Description |
---|---|
static ClientRepresentation |
ModelToRepresentation.toRepresentation(ClientModel clientModel) |
Modifier and Type | Method and Description |
---|---|
static ClientModel |
RepresentationToModel.createClient(KeycloakSession session,
RealmModel realm,
ClientRepresentation resourceRep,
boolean addDefaultRoles)
Does not create scope or role mappings!
|
static void |
RepresentationToModel.updateClient(ClientRepresentation rep,
ClientModel resource) |
Modifier and Type | Method and Description |
---|---|
List<ClientRepresentation> |
ClientsPartialImport.getRepList(PartialImportRepresentation partialImportRep) |
Modifier and Type | Method and Description |
---|---|
void |
ClientsPartialImport.create(RealmModel realm,
KeycloakSession session,
ClientRepresentation clientRep) |
boolean |
ClientsPartialImport.exists(RealmModel realm,
KeycloakSession session,
ClientRepresentation clientRep) |
String |
ClientsPartialImport.existsMessage(ClientRepresentation clientRep) |
String |
ClientsPartialImport.getModelId(RealmModel realm,
KeycloakSession session,
ClientRepresentation clientRep) |
String |
ClientsPartialImport.getName(ClientRepresentation clientRep) |
void |
ClientsPartialImport.remove(RealmModel realm,
KeycloakSession session,
ClientRepresentation clientRep) |
Modifier and Type | Method and Description |
---|---|
void |
LoginProtocolFactory.setupClientDefaults(ClientRepresentation rep,
ClientModel newClient)
Setup default values for new clients.
|
Modifier and Type | Method and Description |
---|---|
ClientRepresentation |
OIDCClientDescriptionConverter.convertToInternal(String description) |
Modifier and Type | Method and Description |
---|---|
void |
OIDCLoginProtocolFactory.setupClientDefaults(ClientRepresentation rep,
ClientModel newClient) |
Modifier and Type | Method and Description |
---|---|
ClientRepresentation |
EntityDescriptorDescriptionConverter.convertToInternal(String description) |
Modifier and Type | Method and Description |
---|---|
void |
SamlProtocolFactory.setupClientDefaults(ClientRepresentation clientRep,
ClientModel newClient) |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationRepresentation
Deprecated.
|
class |
OAuthClientRepresentation
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected List<ClientRepresentation> |
RealmRepresentation.clients |
protected List<ClientRepresentation> |
PartialImportRepresentation.clients |
Modifier and Type | Method and Description |
---|---|
List<ClientRepresentation> |
RealmRepresentation.getClients() |
List<ClientRepresentation> |
PartialImportRepresentation.getClients() |
Modifier and Type | Method and Description |
---|---|
void |
RealmRepresentation.setClients(List<ClientRepresentation> clients) |
void |
PartialImportRepresentation.setClients(List<ClientRepresentation> clients) |
Modifier and Type | Method and Description |
---|---|
ClientRepresentation |
AbstractClientRegistrationProvider.create(ClientRepresentation client) |
ClientRepresentation |
AbstractClientRegistrationProvider.get(String clientId) |
ClientRepresentation |
AbstractClientRegistrationProvider.update(String clientId,
ClientRepresentation rep) |
Modifier and Type | Method and Description |
---|---|
ClientRepresentation |
AbstractClientRegistrationProvider.create(ClientRepresentation client) |
javax.ws.rs.core.Response |
DefaultClientRegistrationProvider.createDefault(ClientRepresentation client) |
ClientRepresentation |
AbstractClientRegistrationProvider.update(String clientId,
ClientRepresentation rep) |
javax.ws.rs.core.Response |
DefaultClientRegistrationProvider.updateDefault(String clientId,
ClientRepresentation client) |
Modifier and Type | Method and Description |
---|---|
static ClientRepresentation |
DescriptionConverter.toInternal(OIDCClientRepresentation clientOIDC) |
Modifier and Type | Method and Description |
---|---|
static OIDCClientRepresentation |
DescriptionConverter.toExternalResponse(ClientRepresentation client,
URI uri) |
Modifier and Type | Method and Description |
---|---|
static ClientModel |
ClientManager.createClient(KeycloakSession session,
RealmModel realm,
ClientRepresentation rep,
boolean addDefaultRoles)
Should not be called from an import.
|
Modifier and Type | Method and Description |
---|---|
ClientRepresentation |
RealmAdminResource.convertClientDescription(String description)
Base path for importing clients under this realm.
|
ClientRepresentation |
ClientResource.getClient()
Get representation of the client
|
ClientRepresentation |
ClientResource.regenerateRegistrationAccessToken()
Generate a new registration access token for the client
|
Modifier and Type | Method and Description |
---|---|
List<ClientRepresentation> |
ClientsResource.getClients(String clientId)
Get clients belonging to the realm
Returns a list of clients belonging to the realm
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ClientsResource.createClient(javax.ws.rs.core.UriInfo uriInfo,
ClientRepresentation rep)
Create a new client
Client's client_id must be unique!
|
javax.ws.rs.core.Response |
ClientResource.update(ClientRepresentation rep)
Update the client
|
void |
ClientResource.updateClientFromRep(ClientRepresentation rep,
ClientModel client,
KeycloakSession session) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.