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