Uses of Class
org.keycloak.representations.idm.ClaimRepresentation
-
Packages that use ClaimRepresentation Package Description org.keycloak.models.map.datastore org.keycloak.representations.idm org.keycloak.storage.datastore -
-
Uses of ClaimRepresentation in org.keycloak.models.map.datastore
Methods in org.keycloak.models.map.datastore with parameters of type ClaimRepresentation Modifier and Type Method Description static long
MapExportImportManager. getClaimsMask(ClaimRepresentation rep)
-
Uses of ClaimRepresentation in org.keycloak.representations.idm
Fields in org.keycloak.representations.idm declared as ClaimRepresentation Modifier and Type Field Description protected ClaimRepresentation
ApplicationRepresentation. claims
Deprecated.Methods in org.keycloak.representations.idm that return ClaimRepresentation Modifier and Type Method Description ClaimRepresentation
ApplicationRepresentation. getClaims()
Deprecated.Methods in org.keycloak.representations.idm with parameters of type ClaimRepresentation Modifier and Type Method Description void
ApplicationRepresentation. setClaims(ClaimRepresentation claims)
Deprecated. -
Uses of ClaimRepresentation in org.keycloak.storage.datastore
Methods in org.keycloak.storage.datastore with parameters of type ClaimRepresentation Modifier and Type Method Description static long
LegacyExportImportManager. getClaimsMask(ClaimRepresentation rep)
-