Uses of Class
org.keycloak.representations.idm.ClaimRepresentation
-
Packages that use ClaimRepresentation Package Description org.keycloak.models.utils org.keycloak.representations.idm -
-
Uses of ClaimRepresentation in org.keycloak.models.utils
Methods in org.keycloak.models.utils with parameters of type ClaimRepresentation Modifier and Type Method Description static long
RepresentationToModel. 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.
-