Skip navigation links
oracle.ocsg.oauth2.store
Class AccessTokenStoreHelper
java.lang.Object
oracle.ocsg.oauth2.store.StoreHelper
oracle.ocsg.oauth2.store.AccessTokenStoreHelper
- public class AccessTokenStoreHelper
- extends StoreHelper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccessTokenStoreHelper
public AccessTokenStoreHelper()
countByClientId
public int countByClientId(String clientId)
throws StorageException
-
- Throws:
StorageException
countByClientIdAndEndUser
public int countByClientIdAndEndUser(String clientId,
String endUserId)
throws StorageException
-
- Throws:
StorageException
countByEndUser
public int countByEndUser(String endUserId)
throws StorageException
-
- Throws:
StorageException
getAccessToken
public AccessToken getAccessToken(String token)
throws StorageException
-
- Throws:
StorageException
getStore
public Store getStore()
throws StorageException
-
- Specified by:
getStore
in class StoreHelper
-
- Throws:
StorageException
queryByClientId
public List queryByClientId(String clientId,
int offset,
int size)
throws StorageException
-
- Throws:
StorageException
queryByEndUser
public List queryByEndUser(String endUserId,
int offset,
int size)
throws StorageException
-
- Throws:
StorageException
queryByEndUserId
public List queryByEndUserId(String endUserId)
throws StorageException
-
- Throws:
StorageException
queryByEndUserIdAndClientId
public List queryByEndUserIdAndClientId(String endUserId,
String clientId)
throws StorageException
-
- Throws:
StorageException
queryByEndUserIdAndClientId
public List queryByEndUserIdAndClientId(String clientId,
String endUserId,
int offset,
int size)
throws StorageException
-
- Throws:
StorageException
removeByClientIdAccessToken
public void removeByClientIdAccessToken(String clientId)
removeExpiredAccessToken
public void removeExpiredAccessToken()
Skip navigation links
Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.