Uses of Class
org.flowable.ui.idm.service.keycloak.KeycloakGroupRepresentation
-
Packages that use KeycloakGroupRepresentation Package Description org.flowable.ui.idm.service.keycloak -
-
Uses of KeycloakGroupRepresentation in org.flowable.ui.idm.service.keycloak
Fields in org.flowable.ui.idm.service.keycloak with type parameters of type KeycloakGroupRepresentation Modifier and Type Field Description protected static org.springframework.core.ParameterizedTypeReference<List<KeycloakGroupRepresentation>>KeycloakGroupQueryImpl. KEYCLOAK_LIST_OF_GROUPSprotected List<KeycloakGroupRepresentation>KeycloakGroupRepresentation. subGroupsMethods in org.flowable.ui.idm.service.keycloak that return types with arguments of type KeycloakGroupRepresentation Modifier and Type Method Description List<KeycloakGroupRepresentation>KeycloakGroupRepresentation. getSubGroups()Methods in org.flowable.ui.idm.service.keycloak with parameters of type KeycloakGroupRepresentation Modifier and Type Method Description protected voidKeycloakGroupQueryImpl. addGroup(Collection<org.flowable.idm.api.Group> groups, KeycloakGroupRepresentation keycloakGroup)Method parameters in org.flowable.ui.idm.service.keycloak with type arguments of type KeycloakGroupRepresentation Modifier and Type Method Description voidKeycloakGroupRepresentation. setSubGroups(List<KeycloakGroupRepresentation> subGroups)
-