Uses of Class
org.keycloak.representations.oidc.OIDCClientRepresentation
-
Packages that use OIDCClientRepresentation Package Description org.keycloak.services.clientregistration org.keycloak.services.clientregistration.oidc org.keycloak.validation -
-
Uses of OIDCClientRepresentation in org.keycloak.services.clientregistration
Methods in org.keycloak.services.clientregistration with parameters of type OIDCClientRepresentation Modifier and Type Method Description void
AbstractClientRegistrationProvider. validateClient(ClientModel clientModel, OIDCClientRepresentation oidcClient, boolean create)
-
Uses of OIDCClientRepresentation in org.keycloak.services.clientregistration.oidc
Methods in org.keycloak.services.clientregistration.oidc that return OIDCClientRepresentation Modifier and Type Method Description static OIDCClientRepresentation
DescriptionConverter. toExternalResponse(KeycloakSession session, ClientRepresentation client, URI uri)
Methods in org.keycloak.services.clientregistration.oidc with parameters of type OIDCClientRepresentation Modifier and Type Method 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)
Constructors in org.keycloak.services.clientregistration.oidc with parameters of type OIDCClientRepresentation Constructor Description OIDCClientRegistrationContext(KeycloakSession session, ClientRepresentation client, ClientRegistrationProvider provider, OIDCClientRepresentation oidcRep)
-
Uses of OIDCClientRepresentation in org.keycloak.validation
Methods in org.keycloak.validation that return OIDCClientRepresentation Modifier and Type Method Description OIDCClientRepresentation
ClientValidationContext.OIDCContext. getOIDCClient()
Methods in org.keycloak.validation with parameters of type OIDCClientRepresentation Modifier and Type Method Description static void
ValidationUtil. validateClient(KeycloakSession session, ClientModel client, OIDCClientRepresentation oidcClient, boolean create, ValidationUtil.ErrorHandler errorHandler)
Constructors in org.keycloak.validation with parameters of type OIDCClientRepresentation Constructor Description OIDCContext(ValidationContext.Event event, KeycloakSession session, ClientModel objectToValidate, OIDCClientRepresentation oidcClient)
-