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(java.lang.String clientId)
throws StorageException
- Throws:
StorageException
countByClientIdAndEndUser
public int countByClientIdAndEndUser(java.lang.String clientId,
java.lang.String endUserId)
throws StorageException
- Throws:
StorageException
countByEndUser
public int countByEndUser(java.lang.String endUserId)
throws StorageException
- Throws:
StorageException
getAccessToken
public AccessToken getAccessToken(java.lang.String token)
throws StorageException
- Throws:
StorageException
getStore
public Store getStore()
throws StorageException
- Specified by:
getStore
in class StoreHelper
- Throws:
StorageException
queryByClientId
public java.util.List queryByClientId(java.lang.String clientId,
int offset,
int size)
throws StorageException
- Throws:
StorageException
queryByEndUser
public java.util.List queryByEndUser(java.lang.String endUserId,
int offset,
int size)
throws StorageException
- Throws:
StorageException
queryByEndUserId
public java.util.List queryByEndUserId(java.lang.String endUserId)
throws StorageException
- Throws:
StorageException
queryByEndUserIdAndClientId
public java.util.List queryByEndUserIdAndClientId(java.lang.String endUserId,
java.lang.String clientId)
throws StorageException
- Throws:
StorageException
queryByEndUserIdAndClientId
public java.util.List queryByEndUserIdAndClientId(java.lang.String clientId,
java.lang.String endUserId,
int offset,
int size)
throws StorageException
- Throws:
StorageException
removeByClientIdAccessToken
public void removeByClientIdAccessToken(java.lang.String clientId)
removeExpiredAccessToken
public void removeExpiredAccessToken()
Copyright © 2008, 2018, Oracle and/or its affiliates. All rights reserved.