Modifier and Type | Method and Description |
---|---|
ClientRepresentation |
RealmResource.convertClientDescription(String description) |
ClientRepresentation |
ClientResource.regenerateRegistrationAccessToken()
Generate a new registration access token for the client
|
ClientRepresentation |
ClientResource.toRepresentation() |
Modifier and Type | Method and Description |
---|---|
List<ClientRepresentation> |
ClientsResource.findAll() |
List<ClientRepresentation> |
ClientsResource.findAll(boolean viewableOnly) |
List<ClientRepresentation> |
ClientsResource.findAll(String clientId,
Boolean viewableOnly,
Boolean search,
Integer firstResult,
Integer maxResults) |
List<ClientRepresentation> |
ClientsResource.findByClientId(String clientId) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ClientsResource.create(ClientRepresentation clientRepresentation) |
void |
ClientResource.update(ClientRepresentation clientRepresentation) |
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(KeycloakSession session,
ClientModel client)
Full export of application including claims and secret
|
Modifier and Type | Method and Description |
---|---|
static ClientRepresentation |
StripSecretsUtils.strip(ClientRepresentation rep) |
static ClientRepresentation |
ModelToRepresentation.toRepresentation(ClientModel clientModel,
KeycloakSession session) |
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.importAuthorizationSettings(ClientRepresentation clientRepresentation,
ClientModel client,
KeycloakSession session) |
static ClientRepresentation |
StripSecretsUtils.strip(ClientRepresentation rep) |
static void |
RepresentationToModel.updateClient(ClientRepresentation rep,
ClientModel resource) |
static void |
RepresentationToModel.updateClientProtocolMappers(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(RealmModel realm,
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 |
---|---|
void |
DockerAuthV2ProtocolFactory.setupClientDefaults(ClientRepresentation rep,
ClientModel newClient) |
Modifier and Type | Method and Description |
---|---|
ClientRepresentation |
OIDCClientDescriptionConverter.convertToInternal(String description) |
Modifier and Type | Method and Description |
---|---|
static OIDCAdvancedConfigWrapper |
OIDCAdvancedConfigWrapper.fromClientRepresentation(ClientRepresentation clientRep) |
void |
OIDCLoginProtocolFactory.setupClientDefaults(ClientRepresentation rep,
ClientModel newClient) |
Modifier and Type | Method and Description |
---|---|
static List<ProtocolMapperRepresentation> |
PairwiseSubMapperUtils.getPairwiseSubMappers(ClientRepresentation client) |
Modifier and Type | Method and Description |
---|---|
ClientRepresentation |
EntityDescriptorDescriptionConverter.convertToInternal(String description) |
Modifier and Type | Method and Description |
---|---|
void |
SamlProtocolFactory.setupClientDefaults(ClientRepresentation clientRep,
ClientModel newClient) |
Constructor and Description |
---|
EntityDescriptorClientRegistrationContext(KeycloakSession session,
ClientRepresentation client,
ClientRegistrationProvider provider) |
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 | Field and Description |
---|---|
protected ClientRepresentation |
AbstractClientRegistrationContext.client |
Modifier and Type | Method and Description |
---|---|
ClientRepresentation |
AbstractClientRegistrationProvider.create(ClientRegistrationContext context) |
ClientRepresentation |
AbstractClientRegistrationProvider.get(ClientModel client) |
ClientRepresentation |
ClientRegistrationContext.getClient() |
ClientRepresentation |
AbstractClientRegistrationContext.getClient() |
ClientRepresentation |
AbstractClientRegistrationProvider.update(String clientId,
ClientRegistrationContext context) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
DefaultClientRegistrationProvider.createDefault(ClientRepresentation client) |
javax.ws.rs.core.Response |
DefaultClientRegistrationProvider.updateDefault(String clientId,
ClientRepresentation client) |
Constructor and Description |
---|
AbstractClientRegistrationContext(KeycloakSession session,
ClientRepresentation client,
ClientRegistrationProvider provider) |
DefaultClientRegistrationContext(KeycloakSession session,
ClientRepresentation client,
ClientRegistrationProvider provider) |
Modifier and Type | Method and Description |
---|---|
static ClientRepresentation |
DescriptionConverter.toInternal(KeycloakSession session,
OIDCClientRepresentation clientOIDC) |
Modifier and Type | Method and Description |
---|---|
static OIDCClientRepresentation |
DescriptionConverter.toExternalResponse(KeycloakSession session,
ClientRepresentation client,
URI uri) |
Constructor and Description |
---|
OIDCClientRegistrationContext(KeycloakSession session,
ClientRepresentation client,
ClientRegistrationProvider provider,
OIDCClientRepresentation oidcRep) |
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 | Class and Description |
---|---|
static class |
AbstractResourceService.Client |
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,
boolean viewableOnly,
boolean search,
Integer firstResult,
Integer maxResults)
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(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
|
Modifier and Type | Method and Description |
---|---|
static void |
CertificateInfoHelper.updateClientRepresentationCertificateInfo(ClientRepresentation client,
CertificateRepresentation rep,
String attributePrefix) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ClientValidator.validate(ClientRepresentation client,
ValidationMessages messages)
Checks if the Client's Redirect URIs doesn't contain any URI fragments (like http://example.org/auth#fragment)
|
static boolean |
PairwiseClientValidator.validate(KeycloakSession session,
ClientRepresentation client,
ValidationMessages messages) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.