Class DefaultCredentialDao
- java.lang.Object
-
- de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
-
- de.hybris.platform.apiregistryservices.dao.impl.DefaultCredentialDao
-
- All Implemented Interfaces:
CredentialDao,Dao
public class DefaultCredentialDao extends AbstractItemDao implements CredentialDao
Default implementation of the interfaceCredentialDao
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringGET_ALL_EXPOSED_BY_CLIENT_QUERY-
Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService
-
-
Constructor Summary
Constructors Constructor Description DefaultCredentialDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ExposedOAuthCredentialModel>getAllExposedOAuthCredentialsByClientId(java.lang.String clientId)Find the list of ExposedOAuthCredentials for specific clientId-
Methods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
-
-
-
Field Detail
-
GET_ALL_EXPOSED_BY_CLIENT_QUERY
protected static final java.lang.String GET_ALL_EXPOSED_BY_CLIENT_QUERY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAllExposedOAuthCredentialsByClientId
public java.util.List<ExposedOAuthCredentialModel> getAllExposedOAuthCredentialsByClientId(java.lang.String clientId)
Description copied from interface:CredentialDaoFind the list of ExposedOAuthCredentials for specific clientId- Specified by:
getAllExposedOAuthCredentialsByClientIdin interfaceCredentialDao- Parameters:
clientId- The clientId of OAuthClientDetails- Returns:
- a List of ExposedOAuthCredentials by the clientId
-
-