Uses of Class
org.keycloak.userprofile.config.UPGroup
- 
Packages that use UPGroup Package Description org.keycloak.userprofile.config 
- 
- 
Uses of UPGroup in org.keycloak.userprofile.configMethods in org.keycloak.userprofile.config that return types with arguments of type UPGroup Modifier and Type Method Description List<UPGroup>UPConfig. getGroups()Methods in org.keycloak.userprofile.config with parameters of type UPGroup Modifier and Type Method Description UPConfigUPConfig. addGroup(UPGroup group)Method parameters in org.keycloak.userprofile.config with type arguments of type UPGroup Modifier and Type Method Description voidUPConfig. setGroups(List<UPGroup> groups)
 
-