Uses of Class
org.gcube.service.idm.controller.KCRolesController.ROLES_REPR
-
Packages that use KCRolesController.ROLES_REPR Package Description org.gcube.service.idm.controller org.gcube.service.idm.rest Identity Manager (IDM) Service -
-
Uses of KCRolesController.ROLES_REPR in org.gcube.service.idm.controller
Methods in org.gcube.service.idm.controller that return KCRolesController.ROLES_REPR Modifier and Type Method Description static KCRolesController.ROLES_REPRKCRolesController.ROLES_REPR. valueOf(String name)Returns the enum constant of this type with the specified name.static KCRolesController.ROLES_REPR[]KCRolesController.ROLES_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 KCRolesController.ROLES_REPR Modifier and Type Method Description static List<Object>KCRolesController. formatList(List<org.keycloak.representations.idm.RoleRepresentation> roles, KCRolesController.ROLES_REPR format)static ObjectKCRolesController. formatRepr(org.keycloak.representations.idm.RoleRepresentation role, KCRolesController.ROLES_REPR format)static List<Object>KCRolesController. getFormattedRoles(KCRolesController.ROLES_REPR format) -
Uses of KCRolesController.ROLES_REPR in org.gcube.service.idm.rest
Methods in org.gcube.service.idm.rest with parameters of type KCRolesController.ROLES_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)jakarta.ws.rs.core.ResponseRolesAPI. search(String search, int firstResult, int maxResults, KCRolesController.ROLES_REPR format)Returns roles in context
-