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

/forgerock/openam-v13/openam-sts/openam-rest-sts/src/main/java/org/forgerock/openam/sts/rest/operation/translate/
H A DTokenTransform.java27 * This interface defines a specific token transformation. A set of TokenTransform instance will be injected into each
31 * the top-level operation(TokenTransformOperation), and the set of specific TokenTransform instances, each of which
37 public interface TokenTransform<I, O extends TokenTypeId> { interface
40 * token transforms. When a token translation invocation arrives, this method is used on the {@code Set<TokenTransform>}
44 * @return whether or not this particular TokenTransform instance can support the specified translation
/forgerock/openam/openam-sts/openam-rest-sts/src/main/java/org/forgerock/openam/sts/rest/operation/translate/
H A DTokenTransform.java27 * This interface defines a specific token transformation. A set of TokenTransform instance will be injected into each
31 * the top-level operation(TokenTransformOperation), and the set of specific TokenTransform instances, each of which
37 public interface TokenTransform<I, O extends TokenTypeId> { interface
40 * token transforms. When a token translation invocation arrives, this method is used on the {@code Set<TokenTransform>}
44 * @return whether or not this particular TokenTransform instance can support the specified translation

Completed in 37 milliseconds