Searched defs:SUPPORTED_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.java138 public static final String SUPPORTED_TOKEN_TRANSFORMS = SharedSTSConstants.SUPPORTED_TOKEN_TRANSFORMS; field in class:RestSTSInstanceConfig
304 baseValue.add(SUPPORTED_TOKEN_TRANSFORMS, supportedTranslations);
348 JsonValue supportedTranslations = json.get(SUPPORTED_TOKEN_TRANSFORMS);
351 throw new IllegalStateException("Unexpected value for the " + SUPPORTED_TOKEN_TRANSFORMS + " field: "
431 interimMap.remove(SUPPORTED_TOKEN_TRANSFORMS);
433 interimMap.put(SUPPORTED_TOKEN_TRANSFORMS, supportedTransforms);
513 The SUPPORTED_TOKEN_TRANSFORMS, CUSTOM_TOKEN_TRANSFORMS, CUSTOM_TOKEN_VALIDATORS, and CUSTOM_TOKEN_PROVIDERS
520 jsonAttributes.remove(SUPPORTED_TOKEN_TRANSFORMS);
521 jsonAttributes.put(SUPPORTED_TOKEN_TRANSFORMS, jsonTranslation
[all...]
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/rest/config/user/
H A DRestSTSInstanceConfig.java138 public static final String SUPPORTED_TOKEN_TRANSFORMS = SharedSTSConstants.SUPPORTED_TOKEN_TRANSFORMS; field in class:RestSTSInstanceConfig
304 baseValue.add(SUPPORTED_TOKEN_TRANSFORMS, supportedTranslations);
348 JsonValue supportedTranslations = json.get(SUPPORTED_TOKEN_TRANSFORMS);
351 throw new IllegalStateException("Unexpected value for the " + SUPPORTED_TOKEN_TRANSFORMS + " field: "
431 interimMap.remove(SUPPORTED_TOKEN_TRANSFORMS);
433 interimMap.put(SUPPORTED_TOKEN_TRANSFORMS, supportedTransforms);
513 The SUPPORTED_TOKEN_TRANSFORMS, CUSTOM_TOKEN_TRANSFORMS, CUSTOM_TOKEN_VALIDATORS, and CUSTOM_TOKEN_PROVIDERS
520 jsonAttributes.remove(SUPPORTED_TOKEN_TRANSFORMS);
521 jsonAttributes.put(SUPPORTED_TOKEN_TRANSFORMS, jsonTranslation
[all...]
/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/shared/sts/
H A DSharedSTSConstants.java268 * This field referenced in RestSTSInstanceConfig.SUPPORTED_TOKEN_TRANSFORMS. It is the name of the key of the
272 public static final String SUPPORTED_TOKEN_TRANSFORMS = "supported-token-transforms"; field in class:SharedSTSConstants
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/shared/sts/
H A DSharedSTSConstants.java268 * This field referenced in RestSTSInstanceConfig.SUPPORTED_TOKEN_TRANSFORMS. It is the name of the key of the
272 public static final String SUPPORTED_TOKEN_TRANSFORMS = "supported-token-transforms"; field in class:SharedSTSConstants

Completed in 39 milliseconds