Interface CredentialDao

    • 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