Class DefaultCredentialDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
de.hybris.platform.apiregistryservices.dao.impl.DefaultCredentialDao
- All Implemented Interfaces:
CredentialDao,Dao
Default implementation of the interface
CredentialDao-
Field Summary
FieldsFields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFind the list of ExposedOAuthCredentials for specific clientIdMethods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
Field Details
-
GET_ALL_EXPOSED_BY_CLIENT_QUERY
- See Also:
-
-
Constructor Details
-
DefaultCredentialDao
public DefaultCredentialDao()
-
-
Method Details
-
getAllExposedOAuthCredentialsByClientId
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
-