Uses of Class
org.gcube.service.idm.controller.KCGroupsController.REPR
-
Packages that use KCGroupsController.REPR Package Description org.gcube.service.idm.controller org.gcube.service.idm.rest Identity Manager (IDM) Service -
-
Uses of KCGroupsController.REPR in org.gcube.service.idm.controller
Methods in org.gcube.service.idm.controller that return KCGroupsController.REPR Modifier and Type Method Description static KCGroupsController.REPRKCGroupsController.REPR. valueOf(String name)Returns the enum constant of this type with the specified name.static KCGroupsController.REPR[]KCGroupsController.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.REPR Modifier and Type Method Description static List<Object>KCGroupsController. formatList(List<org.keycloak.representations.idm.GroupRepresentation> groups, KCGroupsController.REPR format)static ObjectKCGroupsController. formatRepr(org.keycloak.representations.idm.GroupRepresentation group, KCGroupsController.REPR format) -
Uses of KCGroupsController.REPR in org.gcube.service.idm.rest
Methods in org.gcube.service.idm.rest with parameters of type KCGroupsController.REPR Modifier and Type Method Description jakarta.ws.rs.core.ResponseClientsAPI. client(KCClientsController.REPR format_client, KCUserController.REPR format_users, KCRolesController.REPR format_roles, KCGroupsController.REPR format_group, List<String> roles, String clientId)
-