Searched defs:CUSTOM_TOKEN_TRANSFORMS (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/rest/config/user/
H A DRestSTSInstanceConfig.java141 public static final String CUSTOM_TOKEN_TRANSFORMS = SharedSTSConstants.CUSTOM_TOKEN_TRANSFORMS; field in class:RestSTSInstanceConfig
331 baseValue.add(CUSTOM_TOKEN_TRANSFORMS, customTranslations);
361 JsonValue customTranslations = json.get(CUSTOM_TOKEN_TRANSFORMS);
364 throw new IllegalStateException("Unexpected value for the " + CUSTOM_TOKEN_TRANSFORMS + " field: "
438 interimMap.remove(CUSTOM_TOKEN_TRANSFORMS);
440 interimMap.put(CUSTOM_TOKEN_TRANSFORMS, customTransforms);
513 The SUPPORTED_TOKEN_TRANSFORMS, CUSTOM_TOKEN_TRANSFORMS, CUSTOM_TOKEN_VALIDATORS, and CUSTOM_TOKEN_PROVIDERS
529 jsonAttributes.remove(CUSTOM_TOKEN_TRANSFORMS);
530 jsonAttributes.put(CUSTOM_TOKEN_TRANSFORMS, jsonCustomTranslation
[all...]
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/rest/config/user/
H A DRestSTSInstanceConfig.java141 public static final String CUSTOM_TOKEN_TRANSFORMS = SharedSTSConstants.CUSTOM_TOKEN_TRANSFORMS; field in class:RestSTSInstanceConfig
331 baseValue.add(CUSTOM_TOKEN_TRANSFORMS, customTranslations);
361 JsonValue customTranslations = json.get(CUSTOM_TOKEN_TRANSFORMS);
364 throw new IllegalStateException("Unexpected value for the " + CUSTOM_TOKEN_TRANSFORMS + " field: "
438 interimMap.remove(CUSTOM_TOKEN_TRANSFORMS);
440 interimMap.put(CUSTOM_TOKEN_TRANSFORMS, customTransforms);
513 The SUPPORTED_TOKEN_TRANSFORMS, CUSTOM_TOKEN_TRANSFORMS, CUSTOM_TOKEN_VALIDATORS, and CUSTOM_TOKEN_PROVIDERS
529 jsonAttributes.remove(CUSTOM_TOKEN_TRANSFORMS);
530 jsonAttributes.put(CUSTOM_TOKEN_TRANSFORMS, jsonCustomTranslation
[all...]
/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/shared/sts/
H A DSharedSTSConstants.java289 * This field referenced in RestSTSInstanceConfig.CUSTOM_TOKEN_TRANSFORMS It is the name of the key of the json
293 public static final String CUSTOM_TOKEN_TRANSFORMS = "custom-token-transforms"; field in class:SharedSTSConstants
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/shared/sts/
H A DSharedSTSConstants.java289 * This field referenced in RestSTSInstanceConfig.CUSTOM_TOKEN_TRANSFORMS It is the name of the key of the json
293 public static final String CUSTOM_TOKEN_TRANSFORMS = "custom-token-transforms"; field in class:SharedSTSConstants

Completed in 72 milliseconds