Interface DestinationCredentialService

    • Method Detail

      • isValidDestinationCredential

        boolean isValidDestinationCredential​(AbstractDestinationModel destination)
        Method that :
        • validate ExposedDestination does not contain ConsumedOAuthCredential
        • validate ConsumedDestination does not contain ExposedOAuthCredential
        Parameters:
        destination - a destination to be checked
        Returns:
        true if the credential type is allowed with the destination type