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

/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOAuthTokenStore.java42 * Implementation of the OAuthTokenStore interface that uses the CoreTokenService for storing the tokens as JSON
48 public class OAuthTokenStore { class
57 * Constructs a new OAuthTokenStore instance.
64 public OAuthTokenStore(CTSPersistentStore cts, TokenIdFactory tokenIdFactory, method in class:OAuthTokenStore
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOAuthTokenStore.java45 * Implementation of the OAuthTokenStore interface that uses the CoreTokenService for storing the tokens as JSON
51 public class OAuthTokenStore { class
60 * Constructs a new OAuthTokenStore instance.
67 public OAuthTokenStore(CTSPersistentStore cts, TokenIdFactory tokenIdFactory, method in class:OAuthTokenStore

Completed in 32 milliseconds