Searched defs:CUSTOM_TOKEN_PROVIDERS (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.java139 public static final String CUSTOM_TOKEN_PROVIDERS = SharedSTSConstants.CUSTOM_TOKEN_PROVIDERS; field in class:RestSTSInstanceConfig
322 baseValue.add(CUSTOM_TOKEN_PROVIDERS, customProviders);
387 JsonValue customProviders = json.get(CUSTOM_TOKEN_PROVIDERS);
390 throw new IllegalStateException("Unexpected value for the " + CUSTOM_TOKEN_PROVIDERS + " field: "
452 interimMap.remove(CUSTOM_TOKEN_PROVIDERS);
454 interimMap.put(CUSTOM_TOKEN_PROVIDERS, customProviders);
513 The SUPPORTED_TOKEN_TRANSFORMS, CUSTOM_TOKEN_TRANSFORMS, CUSTOM_TOKEN_VALIDATORS, and CUSTOM_TOKEN_PROVIDERS
547 jsonAttributes.remove(CUSTOM_TOKEN_PROVIDERS);
548 jsonAttributes.put(CUSTOM_TOKEN_PROVIDERS, jsonCustomProvider
[all...]
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/rest/config/user/
H A DRestSTSInstanceConfig.java139 public static final String CUSTOM_TOKEN_PROVIDERS = SharedSTSConstants.CUSTOM_TOKEN_PROVIDERS; field in class:RestSTSInstanceConfig
322 baseValue.add(CUSTOM_TOKEN_PROVIDERS, customProviders);
387 JsonValue customProviders = json.get(CUSTOM_TOKEN_PROVIDERS);
390 throw new IllegalStateException("Unexpected value for the " + CUSTOM_TOKEN_PROVIDERS + " field: "
452 interimMap.remove(CUSTOM_TOKEN_PROVIDERS);
454 interimMap.put(CUSTOM_TOKEN_PROVIDERS, customProviders);
513 The SUPPORTED_TOKEN_TRANSFORMS, CUSTOM_TOKEN_TRANSFORMS, CUSTOM_TOKEN_VALIDATORS, and CUSTOM_TOKEN_PROVIDERS
547 jsonAttributes.remove(CUSTOM_TOKEN_PROVIDERS);
548 jsonAttributes.put(CUSTOM_TOKEN_PROVIDERS, jsonCustomProvider
[all...]
/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/shared/sts/
H A DSharedSTSConstants.java275 * This field referenced in RestSTSInstanceConfig.CUSTOM_TOKEN_PROVIDERS It is the name of the key of the json
279 public static final String CUSTOM_TOKEN_PROVIDERS = "custom-token-providers"; field in class:SharedSTSConstants
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/shared/sts/
H A DSharedSTSConstants.java275 * This field referenced in RestSTSInstanceConfig.CUSTOM_TOKEN_PROVIDERS It is the name of the key of the json
279 public static final String CUSTOM_TOKEN_PROVIDERS = "custom-token-providers"; field in class:SharedSTSConstants

Completed in 35 milliseconds