Uses of Class
org.gcube.service.idm.controller.KCClientsController.CLIENTS_REPR
-
Packages that use KCClientsController.CLIENTS_REPR Package Description org.gcube.service.idm.controller org.gcube.service.idm.rest Identity Manager (IDM) Service -
-
Uses of KCClientsController.CLIENTS_REPR in org.gcube.service.idm.controller
Methods in org.gcube.service.idm.controller that return KCClientsController.CLIENTS_REPR Modifier and Type Method Description static KCClientsController.CLIENTS_REPRKCClientsController.CLIENTS_REPR. valueOf(String name)Returns the enum constant of this type with the specified name.static KCClientsController.CLIENTS_REPR[]KCClientsController.CLIENTS_REPR. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.service.idm.controller with parameters of type KCClientsController.CLIENTS_REPR Modifier and Type Method Description static List<Object>KCClientsController. formatList(List<org.keycloak.representations.idm.ClientRepresentation> clients, KCClientsController.CLIENTS_REPR format)static ObjectKCClientsController. formatRepr(org.keycloak.representations.idm.ClientRepresentation client, KCClientsController.CLIENTS_REPR format) -
Uses of KCClientsController.CLIENTS_REPR in org.gcube.service.idm.rest
Methods in org.gcube.service.idm.rest with parameters of type KCClientsController.CLIENTS_REPR Modifier and Type Method Description jakarta.ws.rs.core.ResponseClientsAPI. client(KCClientsController.CLIENTS_REPR format_client, org.gcube.idm.common.models.IdmUser.USERS_REPR format_users, KCRolesController.ROLES_REPR format_roles, KCGroupsController.GROUPS_REPR format_group, List<String> roles, String clientId)
-