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

/forgerock/openam/openam-samples/sts-example-code/
H A DCustomTokenOperationContext.java39 private final HashSet<CustomTokenOperation> customProviders; field in class:CustomTokenOperationContext.CustomTokenOperationContextBuilder
44 customProviders = new HashSet<>();
54 customProviders.add(new CustomTokenOperation(customTokenId, restTokenValidatorImplClass));
70 private final Set<CustomTokenOperation> customProviders; field in class:CustomTokenOperationContext
75 this.customProviders = Collections.unmodifiableSet(builder.customProviders);
85 public Set<CustomTokenOperation> getCustomProviders() { return customProviders; }

Completed in 19 milliseconds