Uses of Class
org.keycloak.representations.idm.RolesRepresentation
-
Packages that use RolesRepresentation Package Description org.keycloak.representations.idm -
-
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)
-