Uses of Class
org.gcube.service.idm.controller.KCGroupsController.GROUPS_REPR
-
Packages that use KCGroupsController.GROUPS_REPR Package Description org.gcube.service.idm.controller org.gcube.service.idm.rest Identity Manager (IDM) Service -
-
Uses of KCGroupsController.GROUPS_REPR in org.gcube.service.idm.controller
Methods in org.gcube.service.idm.controller that return KCGroupsController.GROUPS_REPR Modifier and Type Method Description static KCGroupsController.GROUPS_REPRKCGroupsController.GROUPS_REPR. valueOf(String name)Returns the enum constant of this type with the specified name.static KCGroupsController.GROUPS_REPR[]KCGroupsController.GROUPS_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 KCGroupsController.GROUPS_REPR Modifier and Type Method Description static List<Object>KCGroupsController. formatList(List<org.keycloak.representations.idm.GroupRepresentation> groups, KCGroupsController.GROUPS_REPR format)static ObjectKCGroupsController. formatRepr(org.keycloak.representations.idm.GroupRepresentation group, KCGroupsController.GROUPS_REPR format) -
Uses of KCGroupsController.GROUPS_REPR in org.gcube.service.idm.rest
Methods in org.gcube.service.idm.rest with parameters of type KCGroupsController.GROUPS_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)
-