Package org.gcube.service.idm.controller
Class KCGroupsController
- java.lang.Object
-
- org.gcube.service.idm.controller.KCGroupsController
-
public class KCGroupsController extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKCGroupsController.GROUPS_REPR
-
Constructor Summary
Constructors Constructor Description KCGroupsController()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<Object>formatList(List<org.keycloak.representations.idm.GroupRepresentation> groups, KCGroupsController.GROUPS_REPR format)static ObjectformatRepr(org.keycloak.representations.idm.GroupRepresentation group, KCGroupsController.GROUPS_REPR format)
-
-
-
Method Detail
-
formatRepr
public static Object formatRepr(org.keycloak.representations.idm.GroupRepresentation group, KCGroupsController.GROUPS_REPR format)
-
formatList
public static List<Object> formatList(List<org.keycloak.representations.idm.GroupRepresentation> groups, KCGroupsController.GROUPS_REPR format)
-
-