Searched defs:customTokenOperationContext (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam/openam-samples/sts-example-code/
H A DRestSTSInstanceConfigFactory.java72 * @param customTokenOperationContext encapsulates custom token operation state - usually the custom operation definitions will simply be
79 CustomTokenOperationContext customTokenOperationContext) throws IOException {
149 .setCustomProviders(customTokenOperationContext.getCustomProviders())
150 .setCustomValidators(customTokenOperationContext.getCustomValidators())
151 .setCustomTokenTransforms(customTokenOperationContext.getCustomTransforms());
77 createRestSTSInstanceConfig(String urlElement, String realm, STSPublishContext stsPublishContext, CustomTokenOperationContext customTokenOperationContext) argument
H A DRestSTSInstancePublisher.java106 CustomTokenOperationContext customTokenOperationContext) throws IOException {
108 restSTSInstanceConfigFactory.createRestSTSInstanceConfig(urlElement, realm, publishContext, customTokenOperationContext);
105 publishInstance(final String urlElement, String realm, STSPublishContext publishContext, CustomTokenOperationContext customTokenOperationContext) argument

Completed in 29 milliseconds