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 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)
-