Uses of Class
org.keycloak.representations.idm.RolesRepresentation
-
Packages that use RolesRepresentation Package Description org.keycloak.models.utils org.keycloak.representations.idm -
-
Uses of RolesRepresentation in org.keycloak.models.utils
Methods in org.keycloak.models.utils with parameters of type RolesRepresentation Modifier and Type Method Description static void
RepresentationToModel. importRoles(RolesRepresentation realmRoles, RealmModel realm)
-
Uses of RolesRepresentation in org.keycloak.representations.idm
Fields in org.keycloak.representations.idm declared as RolesRepresentation Modifier and Type Field Description protected RolesRepresentation
PartialImportRepresentation. roles
protected RolesRepresentation
RealmRepresentation. roles
Methods in org.keycloak.representations.idm that return RolesRepresentation Modifier and Type Method Description RolesRepresentation
PartialImportRepresentation. getRoles()
RolesRepresentation
RealmRepresentation. getRoles()
Methods in org.keycloak.representations.idm with parameters of type RolesRepresentation Modifier and Type Method Description void
PartialImportRepresentation. setRoles(RolesRepresentation roles)
void
RealmRepresentation. setRoles(RolesRepresentation roles)
-