Interface CredentialDao
-
- All Known Implementing Classes:
DefaultCredentialDao
public interface CredentialDaoDAO for theExposedOAuthCredentialModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ExposedOAuthCredentialModel>getAllExposedOAuthCredentialsByClientId(java.lang.String clientId)Find the list of ExposedOAuthCredentials for specific clientId
-
-
-
Method Detail
-
getAllExposedOAuthCredentialsByClientId
java.util.List<ExposedOAuthCredentialModel> getAllExposedOAuthCredentialsByClientId(java.lang.String clientId)
Find the list of ExposedOAuthCredentials for specific clientId- Parameters:
clientId- The clientId of OAuthClientDetails- Returns:
- a List of ExposedOAuthCredentials by the clientId
-
-