Interface CredentialDao
- All Known Implementing Classes:
DefaultCredentialDao
public interface CredentialDao
DAO for the
ExposedOAuthCredentialModel-
Method Summary
Modifier and TypeMethodDescriptionFind the list of ExposedOAuthCredentials for specific clientId
-
Method Details
-
getAllExposedOAuthCredentialsByClientId
Find the list of ExposedOAuthCredentials for specific clientId- Parameters:
clientId- The clientId of OAuthClientDetails- Returns:
- a List of ExposedOAuthCredentials by the clientId
-