Searched defs:CUSTOM_TOKEN_VALIDATORS (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.java140 public static final String CUSTOM_TOKEN_VALIDATORS = SharedSTSConstants.CUSTOM_TOKEN_VALIDATORS; field in class:RestSTSInstanceConfig
313 baseValue.add(CUSTOM_TOKEN_VALIDATORS, customValidators);
374 JsonValue customValidators = json.get(CUSTOM_TOKEN_VALIDATORS);
377 throw new IllegalStateException("Unexpected value for the " + CUSTOM_TOKEN_VALIDATORS + " field: "
445 interimMap.remove(CUSTOM_TOKEN_VALIDATORS);
447 interimMap.put(CUSTOM_TOKEN_VALIDATORS, customValidators);
513 The SUPPORTED_TOKEN_TRANSFORMS, CUSTOM_TOKEN_TRANSFORMS, CUSTOM_TOKEN_VALIDATORS, and CUSTOM_TOKEN_PROVIDERS
538 jsonAttributes.remove(CUSTOM_TOKEN_VALIDATORS);
539 jsonAttributes.put(CUSTOM_TOKEN_VALIDATORS, jsonCustomValidator
[all...]
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/rest/config/user/
H A DRestSTSInstanceConfig.java140 public static final String CUSTOM_TOKEN_VALIDATORS = SharedSTSConstants.CUSTOM_TOKEN_VALIDATORS; field in class:RestSTSInstanceConfig
313 baseValue.add(CUSTOM_TOKEN_VALIDATORS, customValidators);
374 JsonValue customValidators = json.get(CUSTOM_TOKEN_VALIDATORS);
377 throw new IllegalStateException("Unexpected value for the " + CUSTOM_TOKEN_VALIDATORS + " field: "
445 interimMap.remove(CUSTOM_TOKEN_VALIDATORS);
447 interimMap.put(CUSTOM_TOKEN_VALIDATORS, customValidators);
513 The SUPPORTED_TOKEN_TRANSFORMS, CUSTOM_TOKEN_TRANSFORMS, CUSTOM_TOKEN_VALIDATORS, and CUSTOM_TOKEN_PROVIDERS
538 jsonAttributes.remove(CUSTOM_TOKEN_VALIDATORS);
539 jsonAttributes.put(CUSTOM_TOKEN_VALIDATORS, jsonCustomValidator
[all...]
/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/shared/sts/
H A DSharedSTSConstants.java282 * This field referenced in RestSTSInstanceConfig.CUSTOM_TOKEN_VALIDATORS It is the name of the key of the json
286 public static final String CUSTOM_TOKEN_VALIDATORS = "custom-token-validators"; field in class:SharedSTSConstants
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/shared/sts/
H A DSharedSTSConstants.java282 * This field referenced in RestSTSInstanceConfig.CUSTOM_TOKEN_VALIDATORS It is the name of the key of the json
286 public static final String CUSTOM_TOKEN_VALIDATORS = "custom-token-validators"; field in class:SharedSTSConstants

Completed in 34 milliseconds