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.utilsMethods in org.keycloak.models.utils with parameters of type RolesRepresentation Modifier and Type Method Description static voidRepresentationToModel. importRoles(RolesRepresentation realmRoles, RealmModel realm)
- 
Uses of RolesRepresentation in org.keycloak.representations.idmFields in org.keycloak.representations.idm declared as RolesRepresentation Modifier and Type Field Description protected RolesRepresentationPartialImportRepresentation. rolesprotected RolesRepresentationRealmRepresentation. rolesMethods in org.keycloak.representations.idm that return RolesRepresentation Modifier and Type Method Description RolesRepresentationPartialImportRepresentation. getRoles()RolesRepresentationRealmRepresentation. getRoles()Methods in org.keycloak.representations.idm with parameters of type RolesRepresentation Modifier and Type Method Description voidPartialImportRepresentation. setRoles(RolesRepresentation roles)voidRealmRepresentation. setRoles(RolesRepresentation roles)
 
-