Uses of Class
org.keycloak.representations.idm.ClientTypeRepresentation
Package
Description
-
Uses of ClientTypeRepresentation in org.keycloak.client.clienttype
Modifier and TypeMethodDescriptionClientTypeProvider.checkClientTypeConfig
(ClientTypeRepresentation clientType) Modifier and TypeMethodDescriptionClientTypeProvider.checkClientTypeConfig
(ClientTypeRepresentation clientType) ClientTypeProvider.getClientType
(ClientTypeRepresentation clientTypeRep, ClientType parent) -
Uses of ClientTypeRepresentation in org.keycloak.representations.idm
Modifier and TypeMethodDescriptionClientTypesRepresentation.getGlobalClientTypes()
ClientTypesRepresentation.getRealmClientTypes()
Modifier and TypeMethodDescriptionvoid
ClientTypesRepresentation.setGlobalClientTypes
(List<ClientTypeRepresentation> globalClientTypes) void
ClientTypesRepresentation.setRealmClientTypes
(List<ClientTypeRepresentation> realmClientTypes) ModifierConstructorDescriptionClientTypesRepresentation
(List<ClientTypeRepresentation> realmClientTypes, List<ClientTypeRepresentation> globalClientTypes) -
Uses of ClientTypeRepresentation in org.keycloak.services.clienttype
Modifier and TypeMethodDescriptionprotected List<ClientTypeRepresentation>
DefaultClientTypeManagerFactory.getGlobalClientTypes
(KeycloakSession session) ModifierConstructorDescriptionDefaultClientTypeManager
(KeycloakSession session, List<ClientTypeRepresentation> globalClientTypes) -
Uses of ClientTypeRepresentation in org.keycloak.services.clienttype.impl
Modifier and TypeMethodDescriptionDefaultClientTypeProvider.checkClientTypeConfig
(ClientTypeRepresentation clientType) Modifier and TypeMethodDescriptionDefaultClientTypeProvider.checkClientTypeConfig
(ClientTypeRepresentation clientType) DefaultClientTypeProvider.getClientType
(ClientTypeRepresentation clientTypeRep, ClientType parent) ModifierConstructorDescriptionDefaultClientType
(ClientTypeRepresentation clientType, ClientType parentClientType)