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

/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DTokenStore.java33 public interface TokenStore { interface
36 * A constant to identify the realm agnostic version of the {@link TokenStore} implementation when using dependency
37 * injection. The realm agnostic TokenStore does not verify whether the incoming {@link OAuth2Request}'s realm is
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DTokenStore.java36 public interface TokenStore { interface
39 * A constant to identify the realm agnostic version of the {@link TokenStore} implementation when using dependency
40 * injection. The realm agnostic TokenStore does not verify whether the incoming {@link OAuth2Request}'s realm is

Completed in 34 milliseconds