Package | Description |
---|---|
org.keycloak.services.clientregistration | |
org.keycloak.services.clientregistration.oidc | |
org.keycloak.validation |
Modifier and Type | Method and Description |
---|---|
void |
AbstractClientRegistrationProvider.validateClient(ClientModel clientModel,
OIDCClientRepresentation oidcClient,
boolean create) |
Modifier and Type | Method and Description |
---|---|
static OIDCClientRepresentation |
DescriptionConverter.toExternalResponse(KeycloakSession session,
ClientRepresentation client,
URI uri) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
OIDCClientRegistrationProvider.createOIDC(OIDCClientRepresentation clientOIDC) |
static ClientRepresentation |
DescriptionConverter.toInternal(KeycloakSession session,
OIDCClientRepresentation clientOIDC) |
javax.ws.rs.core.Response |
OIDCClientRegistrationProvider.updateOIDC(String clientId,
OIDCClientRepresentation clientOIDC) |
Constructor and Description |
---|
OIDCClientRegistrationContext(KeycloakSession session,
ClientRepresentation client,
ClientRegistrationProvider provider,
OIDCClientRepresentation oidcRep) |
Modifier and Type | Method and Description |
---|---|
OIDCClientRepresentation |
ClientValidationContext.OIDCContext.getOIDCClient() |
Modifier and Type | Method and Description |
---|---|
static void |
ValidationUtil.validateClient(KeycloakSession session,
ClientModel client,
OIDCClientRepresentation oidcClient,
boolean create,
ValidationUtil.ErrorHandler errorHandler) |
Constructor and Description |
---|
OIDCContext(ValidationContext.Event event,
KeycloakSession session,
ClientModel objectToValidate,
OIDCClientRepresentation oidcClient) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.