Uses of Class
org.keycloak.representations.idm.RolesRepresentation
Packages that use RolesRepresentation
-
Uses of RolesRepresentation in org.keycloak.models.utils
Methods in org.keycloak.models.utils with parameters of type RolesRepresentationModifier and TypeMethodDescriptionstatic void
RepresentationToModel.importRoles
(RolesRepresentation realmRoles, RealmModel realm) -
Uses of RolesRepresentation in org.keycloak.representations.idm
Fields in org.keycloak.representations.idm declared as RolesRepresentationModifier and TypeFieldDescriptionprotected RolesRepresentation
PartialImportRepresentation.roles
protected RolesRepresentation
RealmRepresentation.roles
Methods in org.keycloak.representations.idm that return RolesRepresentationModifier and TypeMethodDescriptionPartialImportRepresentation.getRoles()
RealmRepresentation.getRoles()
Methods in org.keycloak.representations.idm with parameters of type RolesRepresentationModifier and TypeMethodDescriptionvoid
PartialImportRepresentation.setRoles
(RolesRepresentation roles) void
RealmRepresentation.setRoles
(RolesRepresentation roles)