Uses of Class
org.keycloak.json.RawJsonValue
Packages that use RawJsonValue
-
Uses of RawJsonValue in org.keycloak.json
Methods in org.keycloak.json that return RawJsonValueModifier and TypeMethodDescriptionJackson2RawJsonValueSupport.get(RawJsonValue node, String key) RawJsonValueSupport.get(RawJsonValue node, String key) static RawJsonValueJackson2RawJsonValueSupport.path(RawJsonValue node, String key) RawJsonValueSupport.path(RawJsonValue node, String key) Methods in org.keycloak.json with parameters of type RawJsonValueModifier and TypeMethodDescriptionJackson2RawJsonValueSupport.get(RawJsonValue node, String key) RawJsonValueSupport.get(RawJsonValue node, String key) Jackson2RawJsonValueSupport.path(RawJsonValue node, String key) RawJsonValueSupport.path(RawJsonValue node, String key) static <T> TRawJsonValue.unwrap(Class<T> type, RawJsonValue rawJsonValue) Converts the underlying value to the given type using theKeycloakJsonMapper. -
Uses of RawJsonValue in org.keycloak.representations.idm
Fields in org.keycloak.representations.idm declared as RawJsonValueModifier and TypeFieldDescriptionprotected RawJsonValueRealmRepresentation.clientPoliciesprotected RawJsonValueRealmRepresentation.clientProfilesMethods in org.keycloak.representations.idm that return RawJsonValueModifier and TypeMethodDescriptionClientPolicyConditionRepresentation.getConfiguration()ClientPolicyExecutorRepresentation.getConfiguration()Methods in org.keycloak.representations.idm with parameters of type RawJsonValueModifier and TypeMethodDescriptionvoidClientPolicyConditionRepresentation.setConfiguration(RawJsonValue configuration) voidClientPolicyExecutorRepresentation.setConfiguration(RawJsonValue configuration)