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 longMapExportImportManager. 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 ClaimRepresentationApplicationRepresentation. claimsDeprecated.Methods in org.keycloak.representations.idm that return ClaimRepresentation Modifier and Type Method Description ClaimRepresentationApplicationRepresentation. getClaims()Deprecated.Methods in org.keycloak.representations.idm with parameters of type ClaimRepresentation Modifier and Type Method Description voidApplicationRepresentation. 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 longLegacyExportImportManager. getClaimsMask(ClaimRepresentation rep)
-