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

/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/rest/config/user/
H A DRestSTSInstanceConfig.java100 public T addCustomTokenValidator(String customTokenType, String restTokenValidatorImplClassName) { argument
101 customTokenValidators.add(new CustomTokenOperation(customTokenType, restTokenValidatorImplClassName));
105 public T addCustomTokenProvider(String customTokenType, String restTokenProviderImplClassName) { argument
106 customTokenProviders.add(new CustomTokenOperation(customTokenType, restTokenProviderImplClassName));
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/rest/config/user/
H A DRestSTSInstanceConfig.java100 public T addCustomTokenValidator(String customTokenType, String restTokenValidatorImplClassName) { argument
101 customTokenValidators.add(new CustomTokenOperation(customTokenType, restTokenValidatorImplClassName));
105 public T addCustomTokenProvider(String customTokenType, String restTokenProviderImplClassName) { argument
106 customTokenProviders.add(new CustomTokenOperation(customTokenType, restTokenProviderImplClassName));

Completed in 23 milliseconds