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 voidRepresentationToModel.importRoles(RolesRepresentation realmRoles, RealmModel realm) -
Uses of RolesRepresentation in org.keycloak.representations.idm
Fields in org.keycloak.representations.idm declared as RolesRepresentationModifier and TypeFieldDescriptionprotected RolesRepresentationPartialImportRepresentation.rolesprotected RolesRepresentationRealmRepresentation.rolesMethods 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 TypeMethodDescriptionvoidPartialImportRepresentation.setRoles(RolesRepresentation roles) voidRealmRepresentation.setRoles(RolesRepresentation roles)