JavaScript is disabled on your browser.
Skip navigation links
Keycloak Docs Distribution 23.0.7
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.keycloak.representations.userprofile.config.UPGroup
Packages that use
UPGroup
Package
Description
org.keycloak.representations.userprofile.config
Uses of
UPGroup
in
org.keycloak.representations.userprofile.config
Methods in
org.keycloak.representations.userprofile.config
that return types with arguments of type
UPGroup
Modifier and Type
Method
Description
List
<
UPGroup
>
UPConfig.
getGroups
()
Methods in
org.keycloak.representations.userprofile.config
with parameters of type
UPGroup
Modifier and Type
Method
Description
UPConfig
UPConfig.
addGroup
(
UPGroup
group)
Method parameters in
org.keycloak.representations.userprofile.config
with type arguments of type
UPGroup
Modifier and Type
Method
Description
void
UPConfig.
setGroups
(
List
<
UPGroup
> groups)