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

/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DCustomTokenOperation.java31 * the AdminUI representation of this information into a CustomTokenOperation instance.
33 public class CustomTokenOperation { class
44 public CustomTokenOperation(String customTokenName, String customOperationClassName) { method in class:CustomTokenOperation
64 if (other instanceof CustomTokenOperation) {
65 CustomTokenOperation otherOperation = (CustomTokenOperation)other;
94 * Called to marshal a CustomTokenOperation published to sts-publish/rest
95 * @param json the json representation of a CustomTokenOperation instance
96 * @return a CustomTokenOperation instance parsed from the json string
98 public static CustomTokenOperation fromJso
[all...]
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DCustomTokenOperation.java31 * the AdminUI representation of this information into a CustomTokenOperation instance.
33 public class CustomTokenOperation { class
44 public CustomTokenOperation(String customTokenName, String customOperationClassName) { method in class:CustomTokenOperation
64 if (other instanceof CustomTokenOperation) {
65 CustomTokenOperation otherOperation = (CustomTokenOperation)other;
94 * Called to marshal a CustomTokenOperation published to sts-publish/rest
95 * @param json the json representation of a CustomTokenOperation instance
96 * @return a CustomTokenOperation instance parsed from the json string
98 public static CustomTokenOperation fromJso
[all...]

Completed in 20 milliseconds