Uses of Class
org.gcube.service.idm.controller.KCClientsController.REPR
-
Packages that use KCClientsController.REPR Package Description org.gcube.service.idm.controller org.gcube.service.idm.rest Identity Manager (IDM) Service -
-
Uses of KCClientsController.REPR in org.gcube.service.idm.controller
Methods in org.gcube.service.idm.controller that return KCClientsController.REPR Modifier and Type Method Description static KCClientsController.REPRKCClientsController.REPR. valueOf(String name)Returns the enum constant of this type with the specified name.static KCClientsController.REPR[]KCClientsController.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.REPR Modifier and Type Method Description static List<Object>KCClientsController. formatList(List<org.keycloak.representations.idm.ClientRepresentation> clients, KCClientsController.REPR format)static ObjectKCClientsController. formatRepr(org.keycloak.representations.idm.ClientRepresentation client, KCClientsController.REPR format) -
Uses of KCClientsController.REPR in org.gcube.service.idm.rest
Methods in org.gcube.service.idm.rest with parameters of type KCClientsController.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)
-