Uses of Class
org.keycloak.representations.idm.ClientTypeRepresentation
Packages that use ClientTypeRepresentation
Package
Description
-
Uses of ClientTypeRepresentation in org.keycloak.client.clienttype
Methods in org.keycloak.client.clienttype that return ClientTypeRepresentationModifier and TypeMethodDescriptionClientTypeProvider.checkClientTypeConfig(ClientTypeRepresentation clientType) Methods in org.keycloak.client.clienttype with parameters of type ClientTypeRepresentationModifier and TypeMethodDescriptionClientTypeProvider.checkClientTypeConfig(ClientTypeRepresentation clientType) ClientTypeProvider.getClientType(ClientTypeRepresentation clientTypeRep, ClientType parent) -
Uses of ClientTypeRepresentation in org.keycloak.representations.idm
Methods in org.keycloak.representations.idm that return types with arguments of type ClientTypeRepresentationModifier and TypeMethodDescriptionClientTypesRepresentation.getGlobalClientTypes()ClientTypesRepresentation.getRealmClientTypes()Method parameters in org.keycloak.representations.idm with type arguments of type ClientTypeRepresentationModifier and TypeMethodDescriptionvoidClientTypesRepresentation.setGlobalClientTypes(List<ClientTypeRepresentation> globalClientTypes) voidClientTypesRepresentation.setRealmClientTypes(List<ClientTypeRepresentation> realmClientTypes) Constructor parameters in org.keycloak.representations.idm with type arguments of type ClientTypeRepresentationModifierConstructorDescriptionClientTypesRepresentation(List<ClientTypeRepresentation> realmClientTypes, List<ClientTypeRepresentation> globalClientTypes) -
Uses of ClientTypeRepresentation in org.keycloak.services.clienttype
Methods in org.keycloak.services.clienttype that return types with arguments of type ClientTypeRepresentationModifier and TypeMethodDescriptionprotected List<ClientTypeRepresentation>DefaultClientTypeManagerFactory.getGlobalClientTypes(KeycloakSession session) Constructor parameters in org.keycloak.services.clienttype with type arguments of type ClientTypeRepresentationModifierConstructorDescriptionDefaultClientTypeManager(KeycloakSession session, List<ClientTypeRepresentation> globalClientTypes) -
Uses of ClientTypeRepresentation in org.keycloak.services.clienttype.impl
Methods in org.keycloak.services.clienttype.impl that return ClientTypeRepresentationModifier and TypeMethodDescriptionDefaultClientTypeProvider.checkClientTypeConfig(ClientTypeRepresentation clientType) Methods in org.keycloak.services.clienttype.impl with parameters of type ClientTypeRepresentationModifier and TypeMethodDescriptionDefaultClientTypeProvider.checkClientTypeConfig(ClientTypeRepresentation clientType) DefaultClientTypeProvider.getClientType(ClientTypeRepresentation clientTypeRep, ClientType parent) Constructors in org.keycloak.services.clienttype.impl with parameters of type ClientTypeRepresentationModifierConstructorDescriptionDefaultClientType(ClientTypeRepresentation clientType, ClientType parentClientType)