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.config
Methods 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 UPConfig
UPConfig. addGroup(UPGroup group)
Method parameters in org.keycloak.userprofile.config with type arguments of type UPGroup Modifier and Type Method Description void
UPConfig. setGroups(List<UPGroup> groups)
-