Interface CredentialDao

All Known Implementing Classes:
DefaultCredentialDao

public interface CredentialDao
  • Method Details

    • getAllExposedOAuthCredentialsByClientId

      List<ExposedOAuthCredentialModel> getAllExposedOAuthCredentialsByClientId(String clientId)
      Find the list of ExposedOAuthCredentials for specific clientId
      Parameters:
      clientId - The clientId of OAuthClientDetails
      Returns:
      a List of ExposedOAuthCredentials by the clientId